class CrvApiClient::Api::Reproduction::AmountType

{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:13}AmountType

xmlattr_currencyID - SOAP::SOAPToken

Constants

AttrCurrencyID

Public Class Methods

new(*arg) click to toggle source
Calls superclass method
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3502
def initialize(*arg)
  super
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3490
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_currencyID() click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3494
def xmlattr_currencyID
  __xmlattr[AttrCurrencyID]
end
xmlattr_currencyID=(value) click to toggle source
# File lib/crv_api_client/api/reproduction/reproduction.rb, line 3498
def xmlattr_currencyID=(value)
  __xmlattr[AttrCurrencyID] = value
end