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

Latest commit

 

History

History
24 lines (19 loc) · 948 Bytes

PlanObject.md

File metadata and controls

24 lines (19 loc) · 948 Bytes

PlanObject

Properties

Name Type Description Notes
lago_id uuid::Uuid
name String
created_at String
code String
interval String Plan interval
description Option<String> [optional]
amount_cents i32
amount_currency String
trial_period Option<f32> [optional]
pay_in_advance Option<bool> [optional]
bill_charges_monthly Option<bool> [optional]
active_subscriptions_count i32
draft_invoices_count i32
charges Option<Veccrate::models::ChargeObject> [optional]

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