Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 375 Bytes

WalletsPaginated.md

File metadata and controls

20 lines (14 loc) · 375 Bytes

LagoAPI::WalletsPaginated

Properties

Name Type Description Notes
wallets Array<WalletObject>
meta PaginationMeta

Example

require 'lago_ruby'

instance = LagoAPI::WalletsPaginated.new(
  wallets: null,
  meta: null
)