CalculateExchangeOperationsExtensions Class

Definition

Extension methods for CalculateExchangeOperations.

public static class CalculateExchangeOperationsExtensions
type CalculateExchangeOperationsExtensions = class
Public Module CalculateExchangeOperationsExtensions
Inheritance
CalculateExchangeOperationsExtensions

Methods

BeginPost(ICalculateExchangeOperations, CalculateExchangeRequest)

Calculates the refund amounts and price of the new purchases.

BeginPostAsync(ICalculateExchangeOperations, CalculateExchangeRequest, CancellationToken)

Calculates the refund amounts and price of the new purchases.

Post(ICalculateExchangeOperations, CalculateExchangeRequest)

Calculates the refund amounts and price of the new purchases.

PostAsync(ICalculateExchangeOperations, CalculateExchangeRequest, CancellationToken)

Calculates the refund amounts and price of the new purchases.

Applies to