Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 403 Bytes

CustomersPaginated.md

File metadata and controls

20 lines (14 loc) · 403 Bytes

LagoAPI::CustomersPaginated

Properties

Name Type Description Notes
customers Array<CustomerObjectExtended>
meta PaginationMeta

Example

require 'lago_ruby'

instance = LagoAPI::CustomersPaginated.new(
  customers: null,
  meta: null
)