Szerkesztés

Megosztás a következőn keresztül:


INTransferMoneyIntentHandling_Extensions.ResolveTransactionAmount Method

Definition

Developers may implement this method to customize the resolution of the amount of the transaction.

public static void ResolveTransactionAmount (this Intents.IINTransferMoneyIntentHandling This, Intents.INTransferMoneyIntent intent, Action<Intents.INPaymentAmountResolutionResult> completion);
static member ResolveTransactionAmount : Intents.IINTransferMoneyIntentHandling * Intents.INTransferMoneyIntent * Action<Intents.INPaymentAmountResolutionResult> -> unit

Parameters

This
IINTransferMoneyIntentHandling

The instance on which this method operates.

intent
INTransferMoneyIntent

Specifies the user's intention.

completion
Action<INPaymentAmountResolutionResult>

Completion method that must be called by the override.

Applies to