Share via


IINRequestPaymentIntentHandling.ResolveCurrencyAmount Method

Definition

Overloads

Name Description
ResolveCurrencyAmount(INRequestPaymentIntent, Action<INCurrencyAmountResolutionResult>)

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

ResolveCurrencyAmount(INRequestPaymentIntent, Action<INRequestPaymentCurrencyAmountResolutionResult>)

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

ResolveCurrencyAmount(INRequestPaymentIntent, Action<INCurrencyAmountResolutionResult>)

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

[Foundation.Export("resolveCurrencyAmountForRequestPayment:withCompletion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveCurrencyAmount(Intents.INRequestPaymentIntent intent, Action<Intents.INCurrencyAmountResolutionResult> completion);
[<Foundation.Export("resolveCurrencyAmountForRequestPayment:withCompletion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveCurrencyAmount : Intents.INRequestPaymentIntent * Action<Intents.INCurrencyAmountResolutionResult> -> unit
override this.ResolveCurrencyAmount : Intents.INRequestPaymentIntent * Action<Intents.INCurrencyAmountResolutionResult> -> unit

Parameters

intent
INRequestPaymentIntent

Specifies the user's intention.

completion
Action<INCurrencyAmountResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to

ResolveCurrencyAmount(INRequestPaymentIntent, Action<INRequestPaymentCurrencyAmountResolutionResult>)

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

[Foundation.Export("resolveCurrencyAmountForRequestPayment:completion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveCurrencyAmount(Intents.INRequestPaymentIntent intent, Action<Intents.INRequestPaymentCurrencyAmountResolutionResult> completion);
[<Foundation.Export("resolveCurrencyAmountForRequestPayment:completion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveCurrencyAmount : Intents.INRequestPaymentIntent * Action<Intents.INRequestPaymentCurrencyAmountResolutionResult> -> unit
override this.ResolveCurrencyAmount : Intents.INRequestPaymentIntent * Action<Intents.INRequestPaymentCurrencyAmountResolutionResult> -> unit

Parameters

intent
INRequestPaymentIntent

Specifies the user's intention.

completion
Action<INRequestPaymentCurrencyAmountResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to