Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.02 KB

Subscription.md

File metadata and controls

21 lines (16 loc) · 1.02 KB

PollinationSDK.Model.Subscription

Properties

Name Type Description Notes
Id Guid The unique ID of this subscription
Owner AccountPublic The owner of the repository
Type PlanType The type of subscription [readonly]
PeriodStart DateTime The start of the current subscription period
PeriodEnd DateTime The end of the current subscription period
PlanSlug string The slug of the plan used to create this subscription
ExternalId string The ID of this subscription [optional]
PlanMultiplier int The number of times to multiply the plan limit by [optional] [default to 1]
BillingInfo BillingInfo The billing info for the subscription [optional]

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