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

Latest commit

 

History

History
23 lines (19 loc) · 897 Bytes

PlanObject.md

File metadata and controls

23 lines (19 loc) · 897 Bytes

Org.OpenAPITools.Model.PlanObject

Properties

Name Type Description Notes
LagoId Guid
Name string
CreatedAt DateTime
Code string
Interval string Plan interval
Description string [optional]
AmountCents int
AmountCurrency string
TrialPeriod decimal [optional]
PayInAdvance bool [optional]
BillChargesMonthly bool [optional]
ActiveSubscriptionsCount int
DraftInvoicesCount int
Charges List<ChargeObject> [optional]

[Back to Model list] [Back to API list] [Back to README]