# 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 "Enlace directo al Values")

#### [`Currencies.EUR`](#eur)[​](#eur "Enlace directo al eur")

#### [`Currencies.USD`](#usd)[​](#usd "Enlace directo al usd")

#### [`Currencies.GBP`](#gbp)[​](#gbp "Enlace directo al gbp")

#### [`Currencies.JPY`](#jpy)[​](#jpy "Enlace directo al jpy")

#### [`Currencies.CHF`](#chf)[​](#chf "Enlace directo al chf")

#### [`Currencies.SEK`](#sek)[​](#sek "Enlace directo al sek")

#### [`Currencies.DKK`](#dkk)[​](#dkk "Enlace directo al dkk")

#### [`Currencies.JOD`](#jod)[​](#jod "Enlace directo al jod")

#### [`Currencies.PLN`](#pln)[​](#pln "Enlace directo al pln")

### Member Of[​](#member-of "Enlace directo al Member Of")

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