Sha256: 980a12887788b84bee2782a6c89424436d96caf33fc85b2a7002630503ce55e5
Contents?: true
Size: 622 Bytes
Versions: 2061
Compression:
Stored size: 622 Bytes
Contents
# CybridApiBank::AccountListBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **total** | **Integer** | The total number of records available. | | | **page** | **Integer** | The page index to retrieve. | | | **per_page** | **Integer** | The number of entities per page to return. | | | **objects** | [**Array<AccountBankModel>**](AccountBankModel.md) | Array of account entities | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::AccountListBankModel.new( total: null, page: null, per_page: null, objects: null ) ```
Version data entries
2,061 entries across 2,061 versions & 1 rubygems
Version | Path |
---|---|
cybrid_api_bank_ruby-0.0.35 | docs/AccountListBankModel.md |