xendit.invoice.model.InvoiceCurrency
Representing the currency used for an invoice.
* `IDR` (value: `"IDR"`)
* `USD` (value: `"USD"`)
* `THB` (value: `"THB"`)
* `VND` (value: `"VND"`)
* `PHP` (value: `"PHP"`)
* `XenditEnumDefaultFallback` (value: `UNKNOWN_ENUM_VALUE`)
If you encounter UNKNOWN_ENUM_VALUE
, it means that this ENUM is unavailable in your current SDK version. Please upgrade to get the newest ENUM.