Your app’s response to a request to pay a bill.
SDKs
- iOS 10.3+
- Mac Catalyst 13.0+
- watchOS 3.2+
Framework
- Intents
Declaration
@interface INPayBillIntentResponse : INIntent Response
Overview
Use an INPay
object to specify the details of the bill payment operation that you perform. After creating the object, fill in the details of the transaction, including the amount to transfer, the user account involved, the payee, and the date on which the transaction will occur. Siri communicates the bill details back to the user at appropriate times.
You create an INPay
object in the confirm
and handle
methods of your handler object. For more information about implementing your handler object, see INPay
.