# BillingPlans

MONEI commercial billing plan assigned to the merchant account. Accounts created before the MONEI One launch keep their original plan, so the legacy values below are still returned. The plan does not change the API contract - do not branch integration logic on it.

* `MONEI_ONE` - Unified plan (online + in-person), assigned to every new account.
* `MONEI_PLUS` - Legacy standard online plan.
* `MONEI_POS` - Legacy point-of-sale plan (in-person payments).
* `MONEI_X` - Legacy extended-features plan.

```
enum BillingPlans {

  MONEI_PLUS

  MONEI_POS

  MONEI_X

  MONEI_ONE

}
```

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

#### [`BillingPlans.MONEI_PLUS`](#monei-plus)[​](#monei-plus "Direct link to monei-plus")

#### [`BillingPlans.MONEI_POS`](#monei-pos)[​](#monei-pos "Direct link to monei-pos")

#### [`BillingPlans.MONEI_X`](#monei-x)[​](#monei-x "Direct link to monei-x")

#### [`BillingPlans.MONEI_ONE`](#monei-one)[​](#monei-one "Direct link to monei-one")

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

[`Account`](https://docs.monei.com/apis/graphql/types/objects/account/.md) object ● [`Charge`](https://docs.monei.com/apis/graphql/types/objects/charge/.md) object ● [`ChargeEventObject`](https://docs.monei.com/apis/graphql/types/objects/charge-event-object/.md) object ● [`SetupAccountInput`](https://docs.monei.com/apis/graphql/types/inputs/setup-account-input/.md) input
