@sourceloop/ctrl-plane-tenant-management-service / Exports / SubscriptionDTO
Class: SubscriptionDTO¶
Implements¶
Table of contents¶
Constructors¶
Properties¶
- createdBy
- createdOn
- deleted
- deletedBy
- deletedOn
- endDate
- id
- modifiedBy
- modifiedOn
- plan
- planId
- startDate
- status
- subscriberId
Constructors¶
constructor¶
• new SubscriptionDTO()
Properties¶
createdBy¶
• Optional
createdBy: string
Implementation of¶
Defined in¶
services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:22
createdOn¶
• Optional
createdOn: Date
Implementation of¶
Defined in¶
services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:16
deleted¶
• Optional
deleted: boolean
Implementation of¶
Defined in¶
services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:7
deletedBy¶
• Optional
deletedBy: string
Implementation of¶
Defined in¶
services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:13
deletedOn¶
• Optional
deletedOn: Date
Implementation of¶
Defined in¶
services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:10
endDate¶
• endDate: string
Implementation of¶
Defined in¶
services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:37
id¶
• id: string
Implementation of¶
Defined in¶
services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:28
modifiedBy¶
• Optional
modifiedBy: string
Implementation of¶
Defined in¶
services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:25
modifiedOn¶
• Optional
modifiedOn: Date
Implementation of¶
Defined in¶
services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:19
plan¶
• Optional
plan: IPlan
Implementation of¶
Defined in¶
services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:47
planId¶
• planId: string
Implementation of¶
Defined in¶
services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:43
startDate¶
• startDate: string
Implementation of¶
Defined in¶
services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:34
status¶
• status: number
Implementation of¶
Defined in¶
services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:40
subscriberId¶
• subscriberId: string
Implementation of¶
Defined in¶
services/tenant-management-service/src/models/dtos/subscription-dto.model.ts:31