PaymentPlanScheduleRequest

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

Property Name Data Type Length Required Readonly Notes
StartDate date Y The Start Date for the schedule.
EndDate date Y The End Date for the schedule.
BillingScheduleId integer Y The Billing Schedule to use to create this plan.
FK: TR_BILLING_SCHEDULE.id   Resource: BillingSchedules
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
OverrideAmountToSchedule decimal number N If supplied, this value will be used for the amount to schedule instead of the cart total. Any additional amount due in the cart will be included in a payment due on the cart date.