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

Latest commit

 

History

History
21 lines (13 loc) · 1.17 KB

PlanOverridesObject.md

File metadata and controls

21 lines (13 loc) · 1.17 KB

PlanOverridesObject

Based plan overrides.

Properties

Name Type Description Notes
amountCents Integer The base cost of the plan, excluding any applicable taxes, that is billed on a recurring basis. This value is defined at 0 if your plan is a pay-as-you-go plan. [optional]
amountCurrency Currency [optional]
description String The description on the plan. [optional]
invoiceDisplayName String Specifies the name that will be displayed on an invoice. If no value is set for this field, the name of the plan will be used as the default display name. [optional]
name String The name of the plan. [optional]
taxCodes List<String> List of unique code used to identify the taxes. [optional]
trialPeriod BigDecimal The duration in days during which the base cost of the plan is offered for free. [optional]
charges List<PlanOverridesObjectChargesInner> Additional usage-based charges for this plan. [optional]