Sha256: 5376f0eaa8a036afdb856f611fc6f0de2451c36d0ee43cd9b8a11064693e662c
Contents?: true
Size: 641 Bytes
Versions: 768
Compression:
Stored size: 641 Bytes
Contents
# CybridApiBank::DepositBankAccountListBankModel ## 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<DepositBankAccountBankModel>**](DepositBankAccountBankModel.md) | | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::DepositBankAccountListBankModel.new( total: null, page: null, per_page: null, objects: null ) ```
Version data entries
768 entries across 768 versions & 1 rubygems