---
title: INAmountType
framework: intents
role: symbol
role_heading: Enumeration
path: intents/inamounttype
---

# INAmountType

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

## Declaration

```swift
enum INAmountType
```

## Topics

### Enumeration Cases

- [INAmountType.unknown](intents/inamounttype/unknown.md)
- [INAmountType.minimumDue](intents/inamounttype/minimumdue.md)
- [INAmountType.amountDue](intents/inamounttype/amountdue.md)
- [INAmountType.currentBalance](intents/inamounttype/currentbalance.md)
- [INAmountType.maximumTransferAmount](intents/inamounttype/maximumtransferamount.md)
- [INAmountType.minimumTransferAmount](intents/inamounttype/minimumtransferamount.md)
- [INAmountType.statementBalance](intents/inamounttype/statementbalance.md)

### Initializers

- [init(rawValue:)](intents/inamounttype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the Payment Amount

- [amount](intents/inpaymentamount/amount.md)
- [amountType](intents/inpaymentamount/amounttype.md)
