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
reservation |
Reservation to return |
return |
The reason of returning the reservation |
scope | The scope of the refund, e.g. Reservation |
session |
SessionId that was returned by CalculateRefund API. |
Property Details
reservationToReturn
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