INSendPaymentIntentHandling_Extensions.ResolveNote Method

Definition

Developers may override this method to customize the resolution of a note associated with the payment.

public static void ResolveNote (this Intents.IINSendPaymentIntentHandling This, Intents.INSendPaymentIntent intent, Action<Intents.INStringResolutionResult> completion);
static member ResolveNote : Intents.IINSendPaymentIntentHandling * Intents.INSendPaymentIntent * Action<Intents.INStringResolutionResult> -> unit

Parameters

This
IINSendPaymentIntentHandling

The instance on which this method operates.

intent
INSendPaymentIntent

Specifies the user's intention.

completion
Action<INStringResolutionResult>

Completion method that must be called by the override.

Applies to