---
title: amount
framework: intents
role: symbol
role_heading: Instance Property
path: intents/incurrencyamount/amount
---

# amount

The monetary amount associated with the currency.

## Declaration

```swift
@NSCopying var amount: NSDecimalNumber? { get }
```

## Discussion

Discussion This value in the currencyCode property determines the currency designator applied to this number.

## See Also

### Getting the Currency Information

- [currencyCode](intents/incurrencyamount/currencycode.md)
