A price entry for a catalog item, specifying the currency amount and display value.
More...
|
|
int | amount [get, set] |
| | The amount (cost) set for this price.
|
| |
|
string | display_amount [get, set] |
| | A prettyfied version of the amount to use for display.
|
| |
|
string | currency_code [get, set] |
| | The short code for the currency this price is in.
|
| |
|
string | currency_name [get, set] |
| | The name of the currency this price is in.
|
| |
|
string | price_id [get, set] |
| | The unique id of this price.
|
| |
|
string | currency_id [get, set] |
| | The unique id of the currency this price is in.
|
| |
A price entry for a catalog item, specifying the currency amount and display value.