ReservationToPurchaseExchange Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reservation purchase details
public class ReservationToPurchaseExchange
type ReservationToPurchaseExchange = class
Public Class ReservationToPurchaseExchange
- Inheritance
-
ReservationToPurchaseExchange
Constructors
ReservationToPurchaseExchange() |
Initializes a new instance of the ReservationToPurchaseExchange class. |
ReservationToPurchaseExchange(String, String, PurchaseRequest, Price, String) |
Initializes a new instance of the ReservationToPurchaseExchange class. |
Properties
BillingCurrencyTotal | |
Properties | |
ReservationId |
Gets or sets fully qualified id of the Reservation being purchased. This value is only guaranteed to be non-null if the purchase is successful. |
ReservationOrderId |
Gets or sets fully qualified id of the ReservationOrder being purchased |
Status |
Gets or sets possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Pending' |
Applies to
Azure SDK for .NET