Edit

Share via


INPayBillIntentHandling_Extensions.ResolveFromAccount Method

Definition

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

public static void ResolveFromAccount (this Intents.IINPayBillIntentHandling This, Intents.INPayBillIntent intent, Action<Intents.INPaymentAccountResolutionResult> completion);
static member ResolveFromAccount : Intents.IINPayBillIntentHandling * Intents.INPayBillIntent * Action<Intents.INPaymentAccountResolutionResult> -> unit

Parameters

This
IINPayBillIntentHandling

The instance on which this method operates.

intent
INPayBillIntent

Specifies the user's intention.

completion
Action<INPaymentAccountResolutionResult>

Completion method that must be called by the override.

Applies to