Class: ActiveNetsuite::BillingRates

Inherits:
Object
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comBillingRates

currency - ActiveNetsuite::RecordRef
billingClass - ActiveNetsuite::RecordRef
rateList - ActiveNetsuite::RateList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(currency = nil, billingClass = nil, rateList = nil) ⇒ BillingRates

Returns a new instance of BillingRates.



52055
52056
52057
52058
52059
# File 'lib/activenetsuite/soap/default.rb', line 52055

def initialize(currency = nil, billingClass = nil, rateList = nil)
  @currency = currency
  @billingClass = billingClass
  @rateList = rateList
end

Instance Attribute Details

#billingClassObject

Returns the value of attribute billingClass.



52052
52053
52054
# File 'lib/activenetsuite/soap/default.rb', line 52052

def billingClass
  @billingClass
end

#currencyObject

Returns the value of attribute currency.



52051
52052
52053
# File 'lib/activenetsuite/soap/default.rb', line 52051

def currency
  @currency
end

#rateListObject

Returns the value of attribute rateList.



52053
52054
52055
# File 'lib/activenetsuite/soap/default.rb', line 52053

def rateList
  @rateList
end