---
title: secondaryBalance
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inpaymentaccount/secondarybalance
---

# secondaryBalance

A secondary balance, if any, associated with the account.

## Declaration

```swift
@NSCopying var secondaryBalance: INBalanceAmount? { get }
```

## Discussion

Discussion A secondary balance might represent something other than a monetary debit or credit. For example, it might represent reward points or frequent flier miles.

## See Also

### Getting the Account Balance

- [balance](intents/inpaymentaccount/balance.md)
- [INBalanceAmount](intents/inbalanceamount.md)
