# Currencies

Three-letter ISO 4217 currency code (uppercase). Must be a supported currency.

```
enum Currencies {

  EUR

  USD

  GBP

  JPY

  CHF

  SEK

  DKK

  JOD

  PLN

}
```

### Values[​](#values "Direct link to Values")

#### [`Currencies.EUR`](#eur)[​](#eur "Direct link to eur")

#### [`Currencies.USD`](#usd)[​](#usd "Direct link to usd")

#### [`Currencies.GBP`](#gbp)[​](#gbp "Direct link to gbp")

#### [`Currencies.JPY`](#jpy)[​](#jpy "Direct link to jpy")

#### [`Currencies.CHF`](#chf)[​](#chf "Direct link to chf")

#### [`Currencies.SEK`](#sek)[​](#sek "Direct link to sek")

#### [`Currencies.DKK`](#dkk)[​](#dkk "Direct link to dkk")

#### [`Currencies.JOD`](#jod)[​](#jod "Direct link to jod")

#### [`Currencies.PLN`](#pln)[​](#pln "Direct link to pln")

### Member Of[​](#member-of "Direct link to Member Of")

[`Account`](https://docs.monei.com/apis/graphql/types/objects/account/.md) object ● [`AccountInvoice`](https://docs.monei.com/apis/graphql/types/objects/account-invoice/.md) object ● [`AccountInvoiceLineItem`](https://docs.monei.com/apis/graphql/types/objects/account-invoice-line-item/.md) object ● [`chargesDateRangeKPI`](https://docs.monei.com/apis/graphql/operations/queries/charges-date-range-kpi/.md) query ● [`ChargesDateRangeKPI`](https://docs.monei.com/apis/graphql/types/objects/charges-date-range-kpi/.md) object ● [`CreatePaymentInput`](https://docs.monei.com/apis/graphql/types/inputs/create-payment-input/.md) input ● [`CreatePointOfSaleInput`](https://docs.monei.com/apis/graphql/types/inputs/create-point-of-sale-input/.md) input ● [`CreateSubscriptionInput`](https://docs.monei.com/apis/graphql/types/inputs/create-subscription-input/.md) input ● [`PointOfSale`](https://docs.monei.com/apis/graphql/types/objects/point-of-sale/.md) object ● [`Provider`](https://docs.monei.com/apis/graphql/types/objects/provider/.md) object ● [`Subscription`](https://docs.monei.com/apis/graphql/types/objects/subscription/.md) object ● [`UpdatePointOfSaleInput`](https://docs.monei.com/apis/graphql/types/inputs/update-point-of-sale-input/.md) input
