RenewPropertiesResponse Class
The renew properties for a reservation.
- Inheritance
-
azure.mgmt.billing._serialization.ModelRenewPropertiesResponse
Constructor
RenewPropertiesResponse(*, purchase_properties: _models.ReservationPurchaseRequest | None = None, pricing_currency_total: _models.Price | None = None, billing_currency_total: _models.Price | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
purchase_properties
|
The request for reservation purchase. |
pricing_currency_total
|
Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included. This is locked price 30 days before expiry. |
billing_currency_total
|
Currency and amount that customer will be charged in customer's local currency for renewal purchase. Tax is not included. |
Variables
Name | Description |
---|---|
purchase_properties
|
The request for reservation purchase. |
pricing_currency_total
|
Amount that Microsoft uses for record. Used during refund for calculating refund limit. Tax is not included. This is locked price 30 days before expiry. |
billing_currency_total
|
Currency and amount that customer will be charged in customer's local currency for renewal purchase. Tax is not included. |
Azure SDK for Python