<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/IntentCurrencyAmount",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "App Intents"
    ],
    "preciseIdentifier" : "s:10AppIntents20IntentCurrencyAmountV"
  },
  "title" : "IntentCurrencyAmount"
}
-->

# IntentCurrencyAmount

An amount of money to transfer during a financial transaction.

```
struct IntentCurrencyAmount
```

## Topics

### Creating a currency type

[`init(amount: Decimal, currencyCode: String)`](/documentation/AppIntents/IntentCurrencyAmount/init(amount:currencyCode:))

Creates a IntentCurrencyAmount from a monetary amount and a currency code.

### Getting the currency details

[`let amount: Decimal`](/documentation/AppIntents/IntentCurrencyAmount/amount)

The monetary amount.

[`let currencyCode: String`](/documentation/AppIntents/IntentCurrencyAmount/currencyCode)

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

### Type Aliases

[`typealias Specification`](/documentation/AppIntents/IntentCurrencyAmount/Specification)

[`typealias UnwrappedType`](/documentation/AppIntents/IntentCurrencyAmount/UnwrappedType)

[`typealias ValueType`](/documentation/AppIntents/IntentCurrencyAmount/ValueType)

### Type Properties

[`static var defaultResolverSpecification: EmptyResolverSpecification<IntentCurrencyAmount>`](/documentation/AppIntents/IntentCurrencyAmount/defaultResolverSpecification)

## Relationships

### Conforms To

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

[`IntentValueExpressing`](/documentation/AppIntents/IntentValueExpressing)

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

[`IntentValueConvertible`](/documentation/AppIntents/IntentValueConvertible)

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

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

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

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

[`InstanceDisplayRepresentable`](/documentation/AppIntents/InstanceDisplayRepresentable)

[`DisplayRepresentable`](/documentation/AppIntents/DisplayRepresentable)

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

[`TypeDisplayRepresentable`](/documentation/AppIntents/TypeDisplayRepresentable)

---

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)