Share via


INSendPaymentIntentHandling_Extensions.ResolveCurrencyAmount Method

Definition

Overloads

Name Description
ResolveCurrencyAmount(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INCurrencyAmountResolutionResult>)

Developers should not use this deprecated method. Developers should use 'ResolveCurrencyAmount (INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>)' instead.

ResolveCurrencyAmount(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>)

Developers may implement this method to customize resolution of a currency and amount.

ResolveCurrencyAmount(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INCurrencyAmountResolutionResult>)

Developers should not use this deprecated method. Developers should use 'ResolveCurrencyAmount (INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>)' instead.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveCurrencyAmount(this Intents.IINSendPaymentIntentHandling This, Intents.INSendPaymentIntent intent, Action<Intents.INCurrencyAmountResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveCurrencyAmount : Intents.IINSendPaymentIntentHandling * Intents.INSendPaymentIntent * Action<Intents.INCurrencyAmountResolutionResult> -> unit

Parameters

intent
INSendPaymentIntent

Specifies the user's intention.

completion
Action<INCurrencyAmountResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to

ResolveCurrencyAmount(IINSendPaymentIntentHandling, INSendPaymentIntent, Action<INSendPaymentCurrencyAmountResolutionResult>)

Developers may implement this method to customize resolution of a currency and amount.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveCurrencyAmount(this Intents.IINSendPaymentIntentHandling This, Intents.INSendPaymentIntent intent, Action<Intents.INSendPaymentCurrencyAmountResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveCurrencyAmount : Intents.IINSendPaymentIntentHandling * Intents.INSendPaymentIntent * Action<Intents.INSendPaymentCurrencyAmountResolutionResult> -> unit

Parameters

intent
INSendPaymentIntent

Specifies the user's intention.

completion
Action<INSendPaymentCurrencyAmountResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to