<!--
{
  "availability" : [
    "iOS: 10.3.0 -",
    "iPadOS: 10.3.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INAmountType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:@E@INAmountType"
  },
  "title" : "INAmountType"
}
-->

# INAmountType

Constants indicating an account-specific amount to apply to a payment.

```
enum INAmountType
```

## Topics

### Enumeration Cases

[`case unknown`](/documentation/Intents/INAmountType/unknown)

An unknown amount.

[`case minimumDue`](/documentation/Intents/INAmountType/minimumDue)

The minimum amount the user must apply to the bill.

[`case amountDue`](/documentation/Intents/INAmountType/amountDue)

The amount due for the bill.

[`case currentBalance`](/documentation/Intents/INAmountType/currentBalance)

The current account balance.

[`case maximumTransferAmount`](/documentation/Intents/INAmountType/maximumTransferAmount)

The maximum amount the user can transfer.

[`case minimumTransferAmount`](/documentation/Intents/INAmountType/minimumTransferAmount)

The minimum amount the user can transfer.

[`case statementBalance`](/documentation/Intents/INAmountType/statementBalance)

The statement balance.

### Initializers

[`init?(rawValue: Int)`](/documentation/Intents/INAmountType/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)