# InstallmentSelection

The installment plan the customer selected for an installments-financed payment.

```
type InstallmentSelection {

  financingAccept: Boolean

  quotaNum: Int

  installmentType: String

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`InstallmentSelection.financingAccept`](#financing-accept) ● [`Boolean`](https://docs.monei.com/apis/graphql/types/scalars/boolean/.md) scalar[​](#financing-accept "Direct link to financing-accept")

Whether the customer accepted the financing terms.

#### [`InstallmentSelection.quotaNum`](#quota-num) ● [`Int`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) scalar[​](#quota-num "Direct link to quota-num")

Selected number of quotas (installments).

#### [`InstallmentSelection.installmentType`](#installment-type) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#installment-type "Direct link to installment-type")

Selected plan type identifier.

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

[`InstallmentsData`](https://docs.monei.com/apis/graphql/types/objects/installments-data/.md) object
