Constants indicating the state of the financial transaction.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- watchOS 3.2+
Framework
- Intents
Declaration
typedef enum INPaymentStatus : NSInteger {
...
} INPaymentStatus;
Constants indicating the state of the financial transaction.
SDKs
Framework
typedef enum INPaymentStatus : NSInteger {
...
} INPaymentStatus;
INPayment Status Unknown
The payment status is unknown.
INPayment Status Pending
The app hasn’t sent the payment yet.
INPayment Status Completed
The app made the payment.
INPayment Status Canceled
The app canceled the transaction before transferring the funds.
INPayment Status Failed
The transaction failed and the funds were not transferred.
INPayment Status Unpaid
The bill is currently unpaid.
INAccount Type
Constants indicating the type of account involved in a financial transaction.
INBill Details
The detailed information associated with a bill.
INBill Payee
The entity that receives the proceeds from a bill payment.
INCurrency Amount
An amount of money to transfer during a financial transaction.
INPayment Account
A user account that provides the funds when making a payment.
INPayment Amount
The amount of money to apply to a bill payment.
INPayment Method
Information about a form of payment supported by your app.
INPayment Record
Detailed information about a financial transaction made between two users.
INPerson
The information about a user involved in a SiriKit interaction.