RenewPropertiesResponse Class
The renew properties for a reservation.
Constructor
RenewPropertiesResponse(*args: Any, **kwargs: Any)
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. |
Attributes
billing_currency_total
Currency and amount that customer will be charged in customer's local currency for renewal purchase. Tax is not included.
billing_currency_total: _models.Price | None
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.
pricing_currency_total: _models.Price | None
purchase_properties
The request for reservation purchase.
purchase_properties: _models.ReservationPurchaseRequest | None