Skip to content

@sourceloop/ctrl-plane-tenant-management-service / Exports / SubscriptionDTO

Class: SubscriptionDTO

Implements

Table of contents

Constructors

Properties

Constructors

constructor

new SubscriptionDTO()

Properties

createdBy

Optional createdBy: string

Implementation of

ISubscription.createdBy

Defined in

services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:22


createdOn

Optional createdOn: Date

Implementation of

ISubscription.createdOn

Defined in

services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:16


deleted

Optional deleted: boolean

Implementation of

ISubscription.deleted

Defined in

services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:7


deletedBy

Optional deletedBy: string

Implementation of

ISubscription.deletedBy

Defined in

services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:13


deletedOn

Optional deletedOn: Date

Implementation of

ISubscription.deletedOn

Defined in

services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:10


endDate

endDate: string

Implementation of

ISubscription.endDate

Defined in

services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:37


id

id: string

Implementation of

ISubscription.id

Defined in

services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:28


modifiedBy

Optional modifiedBy: string

Implementation of

ISubscription.modifiedBy

Defined in

services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:25


modifiedOn

Optional modifiedOn: Date

Implementation of

ISubscription.modifiedOn

Defined in

services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:19


plan

Optional plan: IPlan

Implementation of

ISubscription.plan

Defined in

services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:47


planId

planId: string

Implementation of

ISubscription.planId

Defined in

services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:43


startDate

startDate: string

Implementation of

ISubscription.startDate

Defined in

services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:34


status

status: number

Implementation of

ISubscription.status

Defined in

services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:40


subscriberId

subscriberId: string

Implementation of

ISubscription.subscriberId

Defined in

services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:31