Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 963 Bytes

File metadata and controls

32 lines (26 loc) · 963 Bytes

Komoju::CustomerList

Properties

Name Type Description Notes
resource String Resource type name, always "customer_list".
data Array<Customer> Array of customer objects for this page.
start_time Time Start of the time range for records in this response.
end_time Time End of the time range for records in this response.
total Integer Total number of records matching the query.
page Integer Current page number.
per_page Integer Number of results per page.
last_page Integer Last available page number.

Example

require 'komoju-sdk'

instance = Komoju::CustomerList.new(
  resource: null,
  data: null,
  start_time: null,
  end_time: null,
  total: null,
  page: null,
  per_page: null,
  last_page: null
)