Object used to pass details needed for the creation of an installment payment.
JSON representation |
---|
{
"installmentPlanType": enum ( |
Fields | |
---|---|
installmentPlanType |
REQUIRED: Installment term for the installment plan. |
InstallmentPlanType
The type of the installment plan.
Enums | |
---|---|
INSTALLMENT_PLAN_TYPE_UNSPECIFIED |
Do not ever set this default value. |
INSTALLMENT_PLAN_3_MONTHS |
An installment plan paid in 3 installments. |
INSTALLMENT_PLAN_6_MONTHS |
An installment plan paid in 6 installments. |
INSTALLMENT_PLAN_9_MONTHS |
An installment plan paid in 9 installments. |
INSTALLMENT_PLAN_12_MONTHS |
An installment plan paid in 12 installments. |
INSTALLMENT_PLAN_18_MONTHS |
An installment plan paid in 18 installments. |
INSTALLMENT_PLAN_24_MONTHS |
An installment plan paid in 24 installments. |
INSTALLMENT_PLAN_36_MONTHS |
An installment plan paid in 36 installments. |