# InstallmentSelection

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

```
type InstallmentSelection {

  financingAccept: Boolean

  quotaNum: Int

  installmentType: String

}
```

### Fields[​](#fields "Enlace directo al Fields")

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

Whether the customer accepted the financing terms.

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

Selected number of quotas (installments).

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

Selected plan type identifier.

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

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