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

MrrObject.md

File metadata and controls

22 lines (16 loc) · 499 Bytes

LagoAPI::MrrObject

Properties

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

Example

require 'lago_ruby'

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