CalculateRefund interface
Interface representing a CalculateRefund.
Methods
post(string, Calculate |
Calculate price for returning |
Method Details
post(string, CalculateRefundRequest, CalculateRefundPostOptionalParams)
Calculate price for returning Reservations
if there are no policy errors.
function post(reservationOrderId: string, body: CalculateRefundRequest, options?: CalculateRefundPostOptionalParams): Promise<CalculateRefundResponse>
Parameters
- reservationOrderId
-
string
Order Id of the reservation
Information needed for calculating refund of a reservation.
The options parameters.
Returns
Promise<CalculateRefundResponse>