The type of currency to transfer and the amount to transfer.
SDKs
- iOS 10.0+
- Mac Catalyst 13.0+
- watchOS 3.2+
Framework
- Intents
Declaration
@NSCopying var currencyAmount: INCurrency Amount? { get }
The type of currency to transfer and the amount to transfer.
SDKs
Framework
@NSCopying var currencyAmount: INCurrency Amount? { get }
var payee: INPerson?
The person receiving the funds.
var payer: INPerson?
The person providing the funds.
var fee Amount: INCurrency Amount?
The total amount of any fees added to the payment record.
var payment Method: INPayment Method?
The payment method used to supply the funds.
var note: String?
A description of the payment to send.