Sha256: 5376f0eaa8a036afdb856f611fc6f0de2451c36d0ee43cd9b8a11064693e662c

Contents?: true

Size: 641 Bytes

Versions: 771

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

771 entries across 771 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.110.15 docs/DepositBankAccountListBankModel.md
cybrid_api_bank_ruby-0.110.13 docs/DepositBankAccountListBankModel.md
cybrid_api_bank_ruby-0.110.10 docs/DepositBankAccountListBankModel.md
cybrid_api_bank_ruby-0.110.9 docs/DepositBankAccountListBankModel.md
cybrid_api_bank_ruby-0.110.8 docs/DepositBankAccountListBankModel.md
cybrid_api_bank_ruby-0.110.6 docs/DepositBankAccountListBankModel.md
cybrid_api_bank_ruby-0.110.5 docs/DepositBankAccountListBankModel.md
cybrid_api_bank_ruby-0.110.4 docs/DepositBankAccountListBankModel.md
cybrid_api_bank_ruby-0.110.2 docs/DepositBankAccountListBankModel.md
cybrid_api_bank_ruby-0.110.1 docs/DepositBankAccountListBankModel.md
cybrid_api_bank_ruby-0.110.0 docs/DepositBankAccountListBankModel.md