A JSON object containing code, symbol, and exponent for a given currency. Refer to Country and Currency.
| Name | Type | Description | Notes |
|---|---|---|---|
| code | CodeEnum | The three-letter ISO currency code. This is the currency that is associated with the payment amount. | |
| symbol | SymbolEnum | The currency symbol. | |
| exponent | Integer | The log base 10 of the number of times we have to multiply the major unit to get the minor unit. Should be 0 for VN and 2 for other countries (`SG`/`MY`/`ID`/`TH`/`PH`/`KH`/`MM`). |
| Name | Value |
|---|---|
| IDR | "IDR" |
| MYR | "MYR" |
| PHP | "PHP" |
| SGD | "SGD" |
| THB | "THB" |
| VND | "VND" |
| KHR | "KHR" |
| MMK | "MMK" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |
| Name | Value |
|---|---|
| RP | "Rp" |
| RM | "RM" |
| u | "₱" |
| S_ | "S$" |
| u2 | "฿" |
| u3 | "₫" |
| u4 | "៛" |
| K | "K" |
| IDR | "IDR" |
| MYR | "MYR" |
| PHP | "PHP" |
| SGD | "SGD" |
| THB | "THB" |
| VND | "VND" |
| KHR | "KHR" |
| MMK | "MMK" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |