# BillingPlans

MONEI commercial billing plan assigned to the merchant account.

* `MONEI_PLUS` - Standard online plan.
* `MONEI_POS` - Point-of-sale plan (in-person payments).
* `MONEI_X` - Extended-features plan.

```
enum BillingPlans {

  MONEI_PLUS

  MONEI_POS

  MONEI_X

}
```

### 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")

### 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
