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

Latest commit

 

History

History
22 lines (16 loc) · 538 Bytes

GrossRevenueObject.md

File metadata and controls

22 lines (16 loc) · 538 Bytes

LagoAPI::GrossRevenueObject

Properties

Name Type Description Notes
month String Identifies the month to analyze revenue.
amount_cents Integer The total amount of revenue for a period, expressed in cents. [optional]
currency Currency [optional]

Example

require 'lago_ruby'

instance = LagoAPI::GrossRevenueObject.new(
  month: 2023-11-01T00:00:00.000Z,
  amount_cents: 50000,
  currency: null
)