---
title: accounts
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insearchforaccountsintentresponse/accounts
---

# accounts

The accounts found during the search.

## Declaration

```swift
var accounts: [INPaymentAccount]? { get set }
```

## Discussion

Discussion Use this property to specify the search results. Each INPaymentAccount object should contain information about the account, including the current balance if the user requested that information.
