ReturnOperations interface
Interface representing a Return operations.
Properties
| begin |
|
| begin |
|
| post | Return a reservation and get refund information. |
Property Details
beginPost
Warning
This API is now deprecated.
use post instead
beginPost: (reservationOrderId: string, body: RefundRequest, options?: ReturnPostOptionalParams) => Promise<SimplePollerLike<OperationState<ReservationOrderResponse>, ReservationOrderResponse>>
Property Value
(reservationOrderId: string, body: RefundRequest, options?: ReturnPostOptionalParams) => Promise<SimplePollerLike<OperationState<ReservationOrderResponse>, ReservationOrderResponse>>
beginPostAndWait
Warning
This API is now deprecated.
use post instead
beginPostAndWait: (reservationOrderId: string, body: RefundRequest, options?: ReturnPostOptionalParams) => Promise<ReservationOrderResponse>
Property Value
(reservationOrderId: string, body: RefundRequest, options?: ReturnPostOptionalParams) => Promise<ReservationOrderResponse>
post
Return a reservation and get refund information.
post: (reservationOrderId: string, body: RefundRequest, options?: ReturnPostOptionalParams) => PollerLike<OperationState<ReservationOrderResponse>, ReservationOrderResponse>
Property Value
(reservationOrderId: string, body: RefundRequest, options?: ReturnPostOptionalParams) => PollerLike<OperationState<ReservationOrderResponse>, ReservationOrderResponse>