Sha256: 229d0678ca97a458098b972cf65c4db5f422f5ff5b25ea37658a2a36bca439fd
Contents?: true
Size: 597 Bytes
Versions: 590
Compression:
Stored size: 597 Bytes
Contents
# CybridApiBank::InvoiceListBankModel ## 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<InvoiceBankModel>**](InvoiceBankModel.md) | | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::InvoiceListBankModel.new( total: null, page: null, per_page: null, objects: null ) ```
Version data entries
590 entries across 590 versions & 1 rubygems