RefundRequestProperties interface

Properties needed for refund request including the session id from calculate refund, the scope, the reservation to be returned and the return reason.

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.

Property Details

reservationToReturn

Reservation to return

reservationToReturn?: ReservationToReturn

Property Value

returnReason

The reason of returning the reservation

returnReason?: string

Property Value

string

scope

The scope of the refund, e.g. Reservation

scope?: string

Property Value

string

sessionId

SessionId that was returned by CalculateRefund API.

sessionId?: string

Property Value

string