ReservationOrderBillingPlanInformation interface
Information describing the type of billing plan for this reservation.
Properties
next |
For recurring billing plans, indicates the date when next payment will be processed. Null when total is paid off. |
pricing |
Amount of money to be paid for the Order. Tax is not included. |
start |
Date when the billing plan has started. |
transactions |
Property Details
nextPaymentDueDate
For recurring billing plans, indicates the date when next payment will be processed. Null when total is paid off.
nextPaymentDueDate?: Date
Property Value
Date
pricingCurrencyTotal
Amount of money to be paid for the Order. Tax is not included.
pricingCurrencyTotal?: Price
Property Value
startDate
Date when the billing plan has started.
startDate?: Date
Property Value
Date