UNPKG

@sumup/sdk

Version:

The official TypeScript SDK for the SumUp API

7 lines 373 B
/** * Currency * * Three-letter [ISO4217](https://en.wikipedia.org/wiki/ISO_4217) code of the currency for the amount. Currently supported currency values are enumerated above. */ export type Currency = "BGN" | "BRL" | "CHF" | "CLP" | "COP" | "CZK" | "DKK" | "EUR" | "GBP" | "HRK" | "HUF" | "NOK" | "PLN" | "RON" | "SEK" | "USD"; //# sourceMappingURL=currency.d.cts.map