580 B
580 B
# InvoiceCurrency
Representing the currency used for an invoice.
use Xendit\Invoice\InvoiceCurrency;
## Enum
* `IDR` (value: `'IDR'`)
* `USD` (value: `'USD'`)
* `THB` (value: `'THB'`)
* `VND` (value: `'VND'`)
* `PHP` (value: `'PHP'`)
* `XENDIT_ENUM_DEFAULT_FALLBACK` (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.