BillingPlanInformation Class

Information describing the type of billing plan for this savings plan.

Inheritance
azure.mgmt.billing._serialization.Model
BillingPlanInformation

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.

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

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