Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 357 Bytes

FeesPaginated.md

File metadata and controls

20 lines (14 loc) · 357 Bytes

LagoAPI::FeesPaginated

Properties

Name Type Description Notes
fees Array<FeeObject>
meta PaginationMeta

Example

require 'lago_ruby'

instance = LagoAPI::FeesPaginated.new(
  fees: null,
  meta: null
)