InstallmentData

Contains installment details relevant to payment processing.

JSON representation
{

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "installmentPayment": {
    object (InstallmentPayment)
  },
  "installmentPaymentNotApplicable": {
    object (Empty)
  }
  // End of mutually exclusive fields.
}
Fields
REQUIRED: This union contains the installment details for the payment processed. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
installmentPayment

object (InstallmentPayment)

An installment payment is being configured with this field. This contains details required to determine the installment charges and duration.

installmentPaymentNotApplicable

object (Empty)

Installment payment is not applicable for this transaction.

End of mutually exclusive fields.