Sha256: b01e4442a431d66c29c23c7b8eb662696e621283b8dc6cda688d54ad5cf6b9c0

Contents?: true

Size: 641 Bytes

Versions: 590

Compression:

Stored size: 641 Bytes

Contents

# CybridApiBank::PaymentInstructionListBankModel

## 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<PaymentInstructionBankModel>**](PaymentInstructionBankModel.md) |  |  |

## Example

```ruby
require 'cybrid_api_bank_ruby'

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

Version data entries

590 entries across 590 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.114.11 docs/PaymentInstructionListBankModel.md
cybrid_api_bank_ruby-0.114.10 docs/PaymentInstructionListBankModel.md
cybrid_api_bank_ruby-0.114.9 docs/PaymentInstructionListBankModel.md
cybrid_api_bank_ruby-0.114.8 docs/PaymentInstructionListBankModel.md
cybrid_api_bank_ruby-0.114.6 docs/PaymentInstructionListBankModel.md
cybrid_api_bank_ruby-0.114.5 docs/PaymentInstructionListBankModel.md
cybrid_api_bank_ruby-0.114.4 docs/PaymentInstructionListBankModel.md
cybrid_api_bank_ruby-0.114.3 docs/PaymentInstructionListBankModel.md
cybrid_api_bank_ruby-0.114.2 docs/PaymentInstructionListBankModel.md
cybrid_api_bank_ruby-0.114.0 docs/PaymentInstructionListBankModel.md