ReservationRefundRequestProperties 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.
Properties needed for refund request including the session id from calculate refund, the scope, the reservation to be returned and the return reason.
public class ReservationRefundRequestProperties
type ReservationRefundRequestProperties = class
Public Class ReservationRefundRequestProperties
- Inheritance
-
ReservationRefundRequestProperties
Constructors
ReservationRefundRequestProperties() |
Initializes a new instance of ReservationRefundRequestProperties. |
Properties
ReservationToReturn |
Reservation to return. |
ReturnReason |
The reason of returning the reservation. |
Scope |
The scope of the refund, e.g. Reservation. |
SessionId |
SessionId that was returned by CalculateRefund API. |
Applies to
Azure SDK for .NET