Sha256: 4e6c6203b94d7de929b8c1bd57f03536b28b81eae0320fd958e008131aacfb8d

Contents?: true

Size: 658 Bytes

Versions: 1199

Compression:

Stored size: 658 Bytes

Contents

# CybridApiBank::ExternalWalletListBankModel

## 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<ExternalWalletBankModel>**](ExternalWalletBankModel.md) | Array of external wallet entities |  |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::ExternalWalletListBankModel.new(
  total: null,
  page: null,
  per_page: null,
  objects: null
)
```

Version data entries

1,199 entries across 1,199 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.71.21 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.20 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.19 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.18 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.17 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.15 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.13 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.12 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.11 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.9 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.8 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.5 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.4 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.3 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.2 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.1 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.0 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.70.0 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.69.1 docs/ExternalWalletListBankModel.md