INSendPaymentIntentHandling_Extensions.ConfirmSendPayment Method

Definition

Developers may override this method to customize the confirmation of a request to send a payment.

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

Parameters

This
IINSendPaymentIntentHandling

The instance on which this method operates.

intent
INSendPaymentIntent

Specifies the user's intention.

completion
Action<INSendPaymentIntentResponse>

Completion method that must be called by the override.

Applies to