INSendPaymentIntentResponse
INSendPaymentIntentResponse
INSendPaymentIntentResponse Class of Intents Your app’s response to a send payment intent.
class INSendPaymentIntentResponseOverview
Use an INSendPaymentIntentResponse object to specify the details of the financial transaction that you perform. After creating the object, assign the details of the payment transaction to the paymentRecord property, the details of which Siri communicates to the user at appropriate times.
You create an INSendPaymentIntentResponse object in the confirm(intent:completion:)) and handle(intent:completion:)) methods of your handler object. For more information about implementing your handler object, see INSendPaymentIntentHandling.