Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.95 KB

Subscription.md

File metadata and controls

23 lines (18 loc) · 1.95 KB

Subscription

Properties

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