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.73.17 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.16 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.15 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.14 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.13 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.10 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.9 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.7 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.6 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.4 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.1 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.0 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.72.1 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.72.0 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.72 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.71 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.70 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.69 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.68 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.71.67 docs/ExternalWalletListBankModel.md