@sourceloop/ctrl-plane-subscription-service / Exports / ChargeDto
Class: ChargeDto¶
Hierarchy¶
-
Entity↳
ChargeDto
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new ChargeDto(data?)
Parameters¶
| Name | Type |
|---|---|
data? |
Partial<ChargeDto> |
Overrides¶
Entity.constructor
Defined in¶
services/subscription-service/src/models/dto/charge-dto.model.ts:17
Properties¶
amount¶
• amount: number
Defined in¶
services/subscription-service/src/models/dto/charge-dto.model.ts:9
description¶
• description: string
Defined in¶
services/subscription-service/src/models/dto/charge-dto.model.ts:15