# InstallmentsData

Installments financing details captured at payment time.

```
type InstallmentsData {

  txRef: String

  installments: [Installment!]

  installmentSelection: InstallmentSelection

  issuerName: String

  issuerCsb: Int

  userAcceptanceText: String

  transparencyFlag: Int

  debitCardInfo: String

}
```

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

#### [`InstallmentsData.txRef`](#tx-ref) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#tx-ref "Direct link to tx-ref")

Provider-side transaction reference for the financing.

#### [`InstallmentsData.installments`](#installments) ● [`[Installment!]`](https://docs.monei.com/apis/graphql/types/objects/installment/.md) list object[​](#installments "Direct link to installments")

Installment plans that were offered for this payment.

#### [`InstallmentsData.installmentSelection`](#installment-selection) ● [`InstallmentSelection`](https://docs.monei.com/apis/graphql/types/objects/installment-selection/.md) object[​](#installment-selection "Direct link to installment-selection")

The installment plan the customer selected.

#### [`InstallmentsData.issuerName`](#issuer-name) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#issuer-name "Direct link to issuer-name")

Name of the issuing bank.

#### [`InstallmentsData.issuerCsb`](#issuer-csb) ● [`Int`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) scalar[​](#issuer-csb "Direct link to issuer-csb")

Issuer CSB code.

#### [`InstallmentsData.userAcceptanceText`](#user-acceptance-text) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#user-acceptance-text "Direct link to user-acceptance-text")

Legal acceptance text shown to the customer at the time of financing.

#### [`InstallmentsData.transparencyFlag`](#transparency-flag) ● [`Int`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) scalar[​](#transparency-flag "Direct link to transparency-flag")

Transparency flag set by the issuer.

#### [`InstallmentsData.debitCardInfo`](#debit-card-info) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#debit-card-info "Direct link to debit-card-info")

Debit card information reported by the issuer.

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

[`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
