Sha256: 6cc8288fb7ff51c887b969cf46a701b15f2a67f2097d8d5b342538f86679a3ac
Contents?: true
Size: 550 Bytes
Versions: 4
Compression:
Stored size: 550 Bytes
Contents
# SyncteraRubySdk::AccountList ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounts** | [**Array<AccountGenericResponse>**](AccountGenericResponse.md) | Array of Accounts | | | **next_page_token** | **String** | If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows. | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::AccountList.new( accounts: null, next_page_token: a8937a0d ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
synctera_ruby_sdk-1.1.3 | docs/AccountList.md |
synctera_ruby_sdk-1.1.2 | docs/AccountList.md |
synctera_ruby_sdk-1.1.1 | docs/AccountList.md |
synctera_ruby_sdk-1.0.0 | docs/AccountList.md |