---
title: requestedBalanceType
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insearchforaccountsintent/requestedbalancetype
---

# requestedBalanceType

The balance type requested by the user.

## Declaration

```swift
var requestedBalanceType: INBalanceType { get }
```

## Discussion

Discussion If this property contains a value other than INBalanceType.unknown, use the value to retrieve the balance associated with the specified account. Include the balance information in your response object.

## See Also

### Getting the Search Attributes

- [accountNickname](intents/insearchforaccountsintent/accountnickname.md)
- [accountType](intents/insearchforaccountsintent/accounttype.md)
- [organizationName](intents/insearchforaccountsintent/organizationname.md)
- [INBalanceType](intents/inbalancetype.md)
