ReservationOrderBillingPlanInformation Class

Information describing the type of billing plan for this reservation order.

Constructor

ReservationOrderBillingPlanInformation(*args: Any, **kwargs: Any)

Variables

Name Description
pricing_currency_total

Amount of money to be paid for the Order. Tax is not included.

start_date

Date when the billing plan has started.

next_payment_due_date

For recurring billing plans, indicates the date when next payment will be processed. Null when total is paid off.

transactions

Attributes

next_payment_due_date

For recurring billing plans, indicates the date when next payment will be processed. Null when total is paid off.

next_payment_due_date: date | None

pricing_currency_total

Amount of money to be paid for the Order. Tax is not included.

pricing_currency_total: _models.Price | None

start_date

Date when the billing plan has started.

start_date: date | None

transactions

transactions: list['_models.ReservationPaymentDetail'] | None