InstallmentData

Contains installment details relevant to payment processing.

JSON representation
{

  // Union field installment_data_option can be only one of the following:
  "installmentPayment": {
    object (InstallmentPayment)
  },
  "installmentPaymentNotApplicable": {
    object (Empty)
  }
  // End of list of possible types for union field installment_data_option.
}
Fields
Union field installment_data_option. REQUIRED: This union contains the installment details for the payment processed. installment_data_option can be only one of the following:
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.