eBay Post-Order APIVersion 2.7.7
 

Amount

This type is used to expressed dollar amounts and the currency used.

Types that use Amount:

Calls that use Amount:

Fields



convertedFromCurrency ( string ) [0..?]
The three-letter ISO 4217 code representing the currency of the amount in the convertedFromValue field. This value is the pre-conversion currency.

If no conversion occurs, this should not be populated.

The list of three-digit currency codes that may be returned in this field are defined in the CurrencyCodeEnum type definition.
See the Field Index to learn which calls use convertedFromCurrency.

convertedFromValue ( number ) [0..?]
The monetary amount before any conversion is performed, in the currency specified by the convertedFromCurrency field. This value is the pre-conversion amount. The value field contains the converted amount of this value, in the currency specified by the currency field.

If no conversion occurs, this should not be populated.
See the Field Index to learn which calls use convertedFromValue.

currency ( string ) [0..?]
A three-letter ISO 4217 code that indicates the currency of the amount in the value field. This field is always returned with any container using Amount type.

The list of three-digit currency codes that may be returned in this field are defined in the CurrencyCodeEnum type definition.
See the Field Index to learn which calls use currency.

exchangeRate ( string ) [0..?]
This field shows the exchange rate used to convert the amount in the convertedFromValue field to amount in the value field. This field is only returned when eBay does a currency version.
See the Field Index to learn which calls use exchangeRate.

value ( number ) [0..?]
The monetary amount, in the currency specified by the currency field. This field is always returned with any container using Amount type.
See the Field Index to learn which calls use value.