Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.17 KB

SubscriptionInfo.md

File metadata and controls

18 lines (13 loc) · 1.17 KB

# SubscriptionInfo

Properties

Name Type Description Notes
free_trial bool If <code>true</code>, indicates that this is a free trial. [optional]
auto_renewal bool If <code>true</code>, indicates that renewals for this subscription are automatic rather than manual. [optional]
terms string For auto renewal subscriptions, the terms displayed to the customer at acquisition. [optional]
plan_id string The unique identifier of the plan [optional]
subscription_id string The subscription identifier. [optional]
billing_agreement_id string The Digital River billing agreement identifier. [optional]
start_time \DateTime The start date and time of the subscription. [optional]
end_time \DateTime The <code>startTime</code> plus the subscription duration. [optional]

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