Sha256: b927adec3eab04b6f4ceafecfc793bc589d4c6c27ec1c97b0bc0b43aa7bc2f2e
Contents?: true
Size: 684 Bytes
Versions: 1594
Compression:
Stored size: 684 Bytes
Contents
# CybridApiBank::ExternalBankAccountListBankModel ## 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<ExternalBankAccountBankModel>**](ExternalBankAccountBankModel.md) | Array of external bank account entities | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::ExternalBankAccountListBankModel.new( total: null, page: null, per_page: null, objects: null ) ```
Version data entries
1,594 entries across 1,594 versions & 1 rubygems