BillingPlanInfo
Information on account billing plan
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | Internal identifier of a billing plan |
name | str | ❌ | Billing plan name |
duration_unit | DurationUnit | ❌ | Duration period |
duration | int | ❌ | Number of duration units |
type_ | BillingPlanInfoType | ❌ | Billing plan type |
included_phone_lines | int | ❌ | Included digital lines count |
DurationUnit
Duration period
Properties
Name | Type | Required | Description |
---|---|---|---|
DAY | str | ✅ | "Day" |
MONTH | str | ✅ | "Month" |
YEAR | str | ✅ | "Year" |
BillingPlanInfoType
Billing plan type
Properties
Name | Type | Required | Description |
---|---|---|---|
INITIAL | str | ✅ | "Initial" |
REGULAR | str | ✅ | "Regular" |
SUSPENDED | str | ✅ | "Suspended" |
TRIAL | str | ✅ | "Trial" |
TRIALNOCC | str | ✅ | "TrialNoCC" |
FREE | str | ✅ | "Free" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs