Represents a billing price with its value, code, symbol, and display text.
|
double | Value [get] |
| Gets the currency value.
|
|
string | Code [get] |
| Gets the currency code.
|
|
string | Symbol [get] |
| Gets the currency symbol associated with this currency.
|
|
string | LocalizedText [get] |
| Gets the displayable text format for this currency.
|
|