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) · 391 Bytes

CustomerPastUsage.md

File metadata and controls

20 lines (14 loc) · 391 Bytes

LagoAPI::CustomerPastUsage

Properties

Name Type Description Notes
usage_periods Array<CustomerUsage>
meta PaginationMeta

Example

require 'lago_ruby'

instance = LagoAPI::CustomerPastUsage.new(
  usage_periods: null,
  meta: null
)