Sha256: 710c62804ddb710bef8c7ef0e55f7d1faa0cfb826a4274b20cca2212f5f4d52f
Contents?: true
Size: 533 Bytes
Versions: 2
Compression:
Stored size: 533 Bytes
Contents
# PaymentsApi::PaginatedResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **limit** | **Integer** | Maximum number of items in the page (actual returned length can be less). | | | **offset** | **Integer** | The number of returned items skipped. | | | **total** | **Integer** | The total number of records available for retrieval. | | ## Example ```ruby require 'pnap_payments_api' instance = PaymentsApi::PaginatedResponse.new( limit: 5, offset: 25, total: 400 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pnap_payments_api-1.0.1 | docs/PaginatedResponse.md |
pnap_payments_api-1.0.0 | docs/PaginatedResponse.md |