Class AmountType


class AmountType
Basic type for specifying monetary amounts. A double value (e.g., 1.00 or 1.0) is meaningful as a monetary amount when accompanied by a specification of the currency, in which case the value specifies the amount in that currency. An AmountType expresses both the value (a double) and the currency. Details such as prices, fees, costs, and payments are specified as amount types.

Defined in com/ebay/shoppingservice/AmountType.js

Property Summary
Currency in which the monetary amount is specified.

Constructor Summary
AmountType(Object props)

Property Details

property CurrencyCodeType currencyID

Currency in which the monetary amount is specified. See CurrencyCodeType for applicable values.


property value


Constructor Details

constructor AmountType

AmountType(Object props)

Parameters:
props