Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 3.44 KB

AccountBillingPlan.md

File metadata and controls

30 lines (26 loc) · 3.44 KB

AccountBillingPlan

Properties

Name Type Description Notes
addOns [AddOn] Reserved for DocuSign. [optional]
canCancelRenewal String Reserved for DocuSign. [optional]
canUpgrade String When set to true, specifies that you can upgrade the account through the API. For GET methods, you must set the `include_metadata` query parameter to true for this property to appear in the response. [optional]
currencyCode String Specifies the ISO currency code to use for the account. [optional]
downgradePlanInformation DowngradePlanUpdateResponse [optional]
enableSupport String When set to true, customer support is provided as part of the account plan. [optional]
includedSeats String The number of seats (users) included in the plan. [optional]
incrementalSeats String Reserved for DocuSign. [optional]
isDowngrade String When true, the account has been downgraded from a premium account type. Otherwise false. [optional]
otherDiscountPercent String Any other percentage discount for the plan. Example: `"0.00"` [optional]
paymentCycle String The payment cycle associated with the plan. The possible values are: - `Monthly` - `Annually` [optional]
paymentMethod String The payment method used for the billing plan. Valid values are: - `NotSupported` - `CreditCard` - `PurchaseOrder` - `Premium` - `Freemium` - `FreeTrial` - `AppStore` - `DigitalExternal` - `DirectDebit` [optional]
perSeatPrice String The per-seat price associated with the plan. Example: `"456.0000"` [optional]
planClassification String Identifies the type of plan. Examples include: - `business` - `corporate` - `enterprise` - `free` [optional]
planFeatureSets [FeatureSet] Reserved for DocuSign. [optional]
planId String DocuSign's id for the account plan. [optional]
planName String The name of the billing plan used for the account. Examples: - `Personal - Annual` - `Unlimited Envelope Subscription - Annual Billing` [optional]
renewalStatus String The renewal status for the account. Valid values are: * `auto`: The account automatically renews. * `queued_for_close`: The account will be closed at the `billingPeriodEndDate`. * `queued_for_downgrade`: The account will be downgraded at the `billingPeriodEndDate`. Note: For GET methods, you must set the `include_metadata` query parameter to true for this property to appear in the response. [optional]
seatDiscounts [SeatDiscount] [optional]
supportIncidentFee String The support incident fee charged for each support incident. Example: `"$0.00"` [optional]
supportPlanFee String The support plan fee charged for this plan. Example: `"$0.00"` [optional]

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