Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.64 KB

PlanRequest.md

File metadata and controls

21 lines (16 loc) · 1.64 KB

# PlanRequest

Properties

Name Type Description Notes
id string The unique identifier of a Plan. [optional]
terms string The contractual agreement displayed to the customer during the acquisition process.
contract_binding_days int Indicates the agreed upon length of the contract. For example, an annual subscription should have a value of 365.
interval string The supported billing intervals
interval_count int How often the customer is billed per the unit of time specified by <code>interval</code> (e.g. every 3 months).
name string Describes the subscription products or services added to this plan. [optional]
reminder_offset_days int The number of days before the opening of the invoice that the reminder event is triggered. [optional]
billing_offset_days int The number of days before the due date that billing is initiated.
collection_period_days int Represents the number of days that Digital River attempts to collect payment.
state string The valid states of a plan. Setting a plan to <code>deactivated</code> causes all connected subscriptions to end with the current period. [optional]
metadata map[string,AnyType] Key-value pairs used to store additional data. Value can be string, boolean or integer types. [optional]

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