ReservationRefundRequestProperties Class

Definition

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