Sha256: cacc14c7301ae2855b0134ac71f22d3b30af020af181dfdb66356cd9fdb1767f
Contents?: true
Size: 629 Bytes
Versions: 1
Compression:
Stored size: 629 Bytes
Contents
# PaymentsApi::PaginatedTransactions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **results** | [**Array<Transaction>**](Transaction.md) | | | | **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::PaginatedTransactions.new( results: null, limit: 5, offset: 25, total: 400 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pnap_payments_api-1.0.0 | docs/PaginatedTransactions.md |