Represents a currency.
Distribution API specific attributes:
Data examplesJSON
{
"currency_code": "USD", "amount": "1099", "formatted_amount": "$10.99" } XML <price> <currency_code>USD</currency_code> <amount>1099</amount> <formatted_amount>$10.99</formatted_amount> </price> currency_code and amount as formatted_amount is always set by the system. |
8 API Reference > Resources >