amount
The precise amount of money to pay.
Declaration
@NSCopying var amount: INCurrencyAmount? { get }Discussion
Upon receiving an intent, this property contains the monetary value (if any) specified by the user. If the amount is missing or 0, use the amountType property to infer the amount to pay. When reporting amounts back to Siri using this class, always specify a value for this property.