CalculateRefundOperations interface
Interface representing a CalculateRefund operations.
Properties
| post | Calculate price for returning |
Property Details
post
Calculate price for returning Reservations if there are no policy errors.
post: (reservationOrderId: string, body: CalculateRefundRequest, options?: CalculateRefundPostOptionalParams) => Promise<CalculateRefundResponse>
Property Value
(reservationOrderId: string, body: CalculateRefundRequest, options?: CalculateRefundPostOptionalParams) => Promise<CalculateRefundResponse>