currencyAmount
The amount of the payment.
Declaration
@NSCopying var currencyAmount: INCurrencyAmount? { get }Discussion
Use this property to verify that you can handle the transfer successfully. For example, you might verify they are using a supported currency type and that the user’s account has the needed funds to complete the transaction.