Sdílet prostřednictvím


Return interface

Rozhraní představující return.

Metody

beginPost(string, RefundRequest, ReturnPostOptionalParams)

Vraťte rezervaci a získejte informace o refundaci.

beginPostAndWait(string, RefundRequest, ReturnPostOptionalParams)

Vraťte rezervaci a získejte informace o refundaci.

Podrobnosti metody

beginPost(string, RefundRequest, ReturnPostOptionalParams)

Vraťte rezervaci a získejte informace o refundaci.

function beginPost(reservationOrderId: string, body: RefundRequest, options?: ReturnPostOptionalParams): Promise<SimplePollerLike<OperationState<ReservationOrderResponse>, ReservationOrderResponse>>

Parametry

reservationOrderId

string

ID objednávky rezervace

body
RefundRequest

Informace potřebné k vrácení rezervace.

options
ReturnPostOptionalParams

Parametry možností

Návraty

Promise<@azure/core-lro.SimplePollerLike<OperationState<ReservationOrderResponse>, ReservationOrderResponse>>

beginPostAndWait(string, RefundRequest, ReturnPostOptionalParams)

Vraťte rezervaci a získejte informace o refundaci.

function beginPostAndWait(reservationOrderId: string, body: RefundRequest, options?: ReturnPostOptionalParams): Promise<ReservationOrderResponse>

Parametry

reservationOrderId

string

ID objednávky rezervace

body
RefundRequest

Informace potřebné k vrácení rezervace.

options
ReturnPostOptionalParams

Parametry možností

Návraty