class ActiveNetsuite::GetCurrencyRateResponse

{urn:messages_2013_2.platform.webservices.netsuite.com}GetCurrencyRateResponse

getCurrencyRateResult - ActiveNetsuite::GetCurrencyRateResult

Attributes

getCurrencyRateResult[RW]

Public Class Methods

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