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