BillingPlanInformation Class
Information describing the type of billing plan for this savings plan.
Constructor
BillingPlanInformation(*, pricing_currency_total: _models.Price | None = None, start_date: date | None = None, next_payment_due_date: date | None = None, transactions: List[_models.PaymentDetail] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
pricing_currency_total
|
Amount of money to be paid for the Order. Tax is not included. Default value: None
|
|
start_date
|
Date when the billing plan has started. Default value: None
|
|
next_payment_due_date
|
For recurring billing plans, indicates the date when next payment will be processed. Null when total is paid off. Default value: None
|
|
transactions
|
Default value: None
|
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
|
|