Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.78 KB

Subscription.md

File metadata and controls

28 lines (23 loc) · 1.78 KB

forestvpn_api.model.Subscription

Load the model package

import 'package:forestvpn_api/api.dart';

Properties

Name Type Description Notes
id String
promotionalCode String [optional]
source_ SubscriptionSource [optional]
startDate DateTime
endedAt DateTime If the subscription has ended, the date the subscription ended. [optional]
currentPeriodStart DateTime Start of the current period that the subscription has been invoiced for.
currentPeriodEnd DateTime End of the current period that the subscription has been invoiced for. At the end of this period, a new invoice will be created.
trialStart DateTime If the subscription has a trial, the beginning of that trial. [optional]
trialEnd DateTime If the subscription has a trial, the end of that trial. [optional]
cancelAt DateTime A date in the future at which the subscription will automatically get canceled. [optional]
canceledAt DateTime If the subscription has been canceled, the date of that cancellation. [optional]
status SubscriptionStatus
description String The subscription’s description, meant to be displayable to the customer. [optional]
items BuiltList<SubscriptionItem> [optional]

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