InstallmentData
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-23 UTC."],[],[],null,["# InstallmentData\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nContains installment details relevant to payment processing.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { // Union field `installment_data_option` can be only one of the following: \"installmentPayment\": { object (/pay/india-cards-v1/payment-integrator-india-cards-api/InstallmentPayment) }, \"installmentPaymentNotApplicable\": { object (/pay/india-cards-v1/payment-integrator-india-cards-api/Empty) } // End of list of possible types for union field `installment_data_option`. } ``` |\n\n| Fields ||\n|-----------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| 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: ||\n| `installmentPayment` | `object (`[InstallmentPayment](/pay/india-cards-v1/payment-integrator-india-cards-api/InstallmentPayment)`)` An installment payment is being configured with this field. This contains details required to determine the installment charges and duration. |\n| `installmentPaymentNotApplicable` | `object (`[Empty](/pay/india-cards-v1/payment-integrator-india-cards-api/Empty)`)` Installment payment is not applicable for this transaction. |"]]