class FedexWebServices::Soap::Rate::Money

{fedex.com/ws/rate/v13}Money

currency - SOAP::SOAPString
amount - SOAP::SOAPDecimal

Attributes

amount[RW]
currency[RW]

Public Class Methods

new(currency = nil, amount = nil) click to toggle source
# File lib/fedex_web_services/soap/RateServiceDefinitions.rb, line 1660
def initialize(currency = nil, amount = nil)
  @currency = currency
  @amount = amount
end