@sourceloop/ctrl-plane-subscription-service / Exports / Plan
Class: Plan¶
Hierarchy¶
-
UserModifiableEntity
↳
Plan
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new Plan(data?
)
Parameters¶
Name | Type |
---|---|
data? |
Partial <Plan > |
Overrides¶
UserModifiableEntity.constructor
Defined in¶
services/subscription-service/src/models/plan.model.ts:72
Properties¶
billingCycleId¶
• billingCycleId: string
Defined in¶
services/subscription-service/src/models/plan.model.ts:65
currencyId¶
• currencyId: string
Defined in¶
services/subscription-service/src/models/plan.model.ts:70
description¶
• Optional
description: string
Defined in¶
services/subscription-service/src/models/plan.model.ts:28
id¶
• id: string
Defined in¶
services/subscription-service/src/models/plan.model.ts:15
metaData¶
• Optional
metaData: object
Defined in¶
services/subscription-service/src/models/plan.model.ts:54
name¶
• name: string
Defined in¶
services/subscription-service/src/models/plan.model.ts:22
price¶
• price: number
Defined in¶
services/subscription-service/src/models/plan.model.ts:47
size¶
• Optional
size: string
Defined in¶
services/subscription-service/src/models/plan.model.ts:41
tier¶
• tier: string