---
title: INCurrencyAmount
framework: intents
role: symbol
role_heading: Class
path: intents/incurrencyamount
---

# INCurrencyAmount

An amount of money to transfer during a financial transaction.

## Declaration

```swift
class INCurrencyAmount
```

## Overview

Overview An INCurrencyAmount object encapsulates a monetary value and the currency used to express that value. You use these objects to specify payment amounts when handling intents that involve the transfer of money.

## Topics

### Initializing a Currency Amount Object

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

### Getting the Currency Information

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

### Initializers

- [init(coder:)](intents/incurrencyamount/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Monetary

- [INPriceRange](intents/inpricerange.md)
