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.41 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.39 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.38 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.37 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.36 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.35 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.34 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.32 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.31 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.30 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.29 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.28 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.27 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.26 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.25 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.24 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.23 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.22 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.21 docs/ExternalWalletListBankModel.md
cybrid_api_bank_ruby-0.73.18 docs/ExternalWalletListBankModel.md