Sha256: 8ceedc0504bd032c260403f9da2962a301130665e3ff860a7823d5928029edb7
Contents?: true
Size: 707 Bytes
Versions: 8
Compression:
Stored size: 707 Bytes
Contents
# VeloPayments::PageForResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **number_of_elements** | **Integer** | | [optional] **total_elements** | **Integer** | | [optional] **total_pages** | **Integer** | | [optional] **page** | **Integer** | | [optional] **page_size** | **Integer** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PageForResponse.new(number_of_elements: null, total_elements: null, total_pages: null, page: null, page_size: null) ```
Version data entries
8 entries across 8 versions & 1 rubygems