Share via


INPayBillIntentHandling_Extensions.ResolveFromAccount Method

Definition

Developers may implement this method to resolve the account that will be debited to pay the bill.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveFromAccount(this Intents.IINPayBillIntentHandling This, Intents.INPayBillIntent intent, Action<Intents.INPaymentAccountResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveFromAccount : Intents.IINPayBillIntentHandling * Intents.INPayBillIntent * Action<Intents.INPaymentAccountResolutionResult> -> unit

Parameters

intent
INPayBillIntent

Specifies the user's intention.

completion
Action<INPaymentAccountResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to