<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INCurrencyAmount",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INCurrencyAmount"
  },
  "title" : "INCurrencyAmount"
}
-->

# INCurrencyAmount

An amount of money to transfer during a financial transaction.

```
class INCurrencyAmount
```

## Overview

An [`INCurrencyAmount`](/documentation/Intents/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

[`-  initWithAmount:currencyCode:`](/documentation/Intents/INCurrencyAmount/init(amount:currencyCode:))

Initializes a currency amount object with the specified values.

### Getting the Currency Information

[`amount`](/documentation/Intents/INCurrencyAmount/amount)

The monetary amount associated with the currency.

[`currencyCode`](/documentation/Intents/INCurrencyAmount/currencyCode)

The ISO 4217 currency code that applies to the monetary amount.

## Relationships

### Conforms To

[`NSCopying`](/documentation/Foundation/NSCopying)

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`Equatable`](/documentation/Swift/Equatable)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSCoding`](/documentation/Foundation/NSCoding)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)