PaymentPlanInstallmentRequest

Type: Tessitura.Service.Client.Web.Payment.PaymentPlanInstallmentRequest

Property Name Data Type Length Required Readonly Notes
PaymentPlanInstallments Collection of PaymentPlanInstallment Y The list of installment dates and amounts. The total amount in this collection must equal the cart due total.
AccountId integer The account to use for billing. This account must belong to the logged in constituent.
Card PaymentPlanCard The Credit card to use for the payment plan. Required if the specified billing type is marked as "Auto Bill" and an AccountId is not being passed in.
BillingTypeId integer N The billing type for this plan.
FK: TR_BILLING_TYPE.id   Resource: BillingTypes