Name | Type | Description | Notes |
---|---|---|---|
currency | string | A three-digit string value representing the type of currency being used. Both the <strong>value</strong> and <strong>currency</strong> fields are required/always returned when expressing prices. See the <a href="/api-docs/sell/inventory/types/ba:CurrencyCodeEnum">CurrencyCodeEnum</a> type for the full list of currencies and their corresponding three-digit string values. | [optional] |
value | string | A string representation of a dollar value expressed in the currency specified in the <strong>currency</strong> field. Both the <strong>value</strong> and <strong>currency</strong> fields are required/always returned when expressing prices. | [optional] |