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

# INBalanceAmount

A balance associated with an account.

```
class INBalanceAmount
```

## Overview

A balance reflects any credit or debit associated with the account. Balances may reflect an amount of money, frequent flier miles, or points accumulated toward rewards.

## Topics

### Initializing a Balance Amount Object

[`init(amount: NSDecimalNumber, currencyCode: String)`](/documentation/Intents/INBalanceAmount/init(amount:currencyCode:))

Initializes a balance amount with a monetary amount.

[`init?(amount: NSDecimalNumber, balanceType: INBalanceType)`](/documentation/Intents/INBalanceAmount/init(amount:balanceType:))

Initializes a balance amount object with a customizable type of information.

### Getting the Balance Information

[`var amount: NSDecimalNumber?`](/documentation/Intents/INBalanceAmount/amount)

The numerical amount associated with the balance.

[`var currencyCode: String?`](/documentation/Intents/INBalanceAmount/currencyCode)

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

[`var balanceType: INBalanceType`](/documentation/Intents/INBalanceAmount/balanceType)

The type associated with the balance.

[`enum INBalanceType`](/documentation/Intents/INBalanceType)

Constants indicating the meaning of a balance.

### Initializers

[`init?(coder: NSCoder)`](/documentation/Intents/INBalanceAmount/init(coder:))

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

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

### 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)