class ActiveNetsuite::BillingRates

{urn:accounting_2013_2.lists.webservices.netsuite.com}BillingRates

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

Attributes

billingClass[RW]
currency[RW]
rateList[RW]

Public Class Methods

new(currency = nil, billingClass = nil, rateList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 52055
def initialize(currency = nil, billingClass = nil, rateList = nil)
  @currency = currency
  @billingClass = billingClass
  @rateList = rateList
end