INPayBillIntentHandling
The handler interface for paying a bill using money from the user’s account.
Declaration
protocol INPayBillIntentHandling : NSObjectProtocolOverview
Use the methods of the INPayBillIntentHandling protocol to resolve, confirm, and handle requests to pay bills. Adopt this protocol in an object of your Intents extension that’s capable of initiating the bill-payment process.
Siri delivers an INPayBillIntent object to your handler when the user asks to pay a bill using your app. The provided intent object contains information about the bill, including the amount to pay and the organization to receive the money. Use the methods of this protocol to resolve the organization and payment details and initiate the transaction.
Topics
Resolving the Intent Parameters
resolveBillPayee(for:with:)resolveBillType(for:with:)resolveFromAccount(for:with:)resolveTransactionAmount(for:with:)resolveDueDate(for:with:)resolveTransactionScheduledDate(for:with:)resolveTransactionNote(for:with:)