ReservationOrderBillingPlanInformation Class
Information describing the type of billing plan for this reservation order.
- Inheritance
-
azure.mgmt.billing._serialization.ModelReservationOrderBillingPlanInformation
Constructor
ReservationOrderBillingPlanInformation(*, pricing_currency_total: _models.Price | None = None, start_date: date | None = None, next_payment_due_date: date | None = None, transactions: List[_models.ReservationPaymentDetail] | 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
|
|
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python