Compartir a través de


CalculateExchange interface

Interface representing a CalculateExchange.

Methods

beginPost(CalculateExchangeRequest, CalculateExchangePostOptionalParams)

Calculates price for exchanging Reservations if there are no policy errors.

beginPostAndWait(CalculateExchangeRequest, CalculateExchangePostOptionalParams)

Calculates price for exchanging Reservations if there are no policy errors.

Method Details

beginPost(CalculateExchangeRequest, CalculateExchangePostOptionalParams)

Calculates price for exchanging Reservations if there are no policy errors.

function beginPost(body: CalculateExchangeRequest, options?: CalculateExchangePostOptionalParams): Promise<SimplePollerLike<OperationState<CalculateExchangeOperationResultResponse>, CalculateExchangeOperationResultResponse>>

Parameters

body
CalculateExchangeRequest

Request containing purchases and refunds that need to be executed.

options
CalculateExchangePostOptionalParams

The options parameters.

Returns

beginPostAndWait(CalculateExchangeRequest, CalculateExchangePostOptionalParams)

Calculates price for exchanging Reservations if there are no policy errors.

function beginPostAndWait(body: CalculateExchangeRequest, options?: CalculateExchangePostOptionalParams): Promise<CalculateExchangeOperationResultResponse>

Parameters

body
CalculateExchangeRequest

Request containing purchases and refunds that need to be executed.

options
CalculateExchangePostOptionalParams

The options parameters.

Returns