@sourceloop/ctrl-plane-subscription-service / Exports / BillingCycleRepository
Class: BillingCycleRepository¶
Hierarchy¶
-
DefaultUserModifyCrudRepository
<BillingCycle
, typeofid
, {}>↳
BillingCycleRepository
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new BillingCycleRepository(dataSource
, getCurrentUser
)
Parameters¶
Name | Type |
---|---|
dataSource |
DataSource |
getCurrentUser |
Getter <IAuthUserWithPermissions <string , string , string >> |
Overrides¶
DefaultUserModifyCrudRepository< BillingCycle, typeof BillingCycle.prototype.id, {} \>.constructor
Defined in¶
services/subscription-service/src/repositories/billing-cycle.repository.ts:16
Properties¶
getCurrentUser¶
• Readonly
getCurrentUser: Getter
<IAuthUserWithPermissions
<string
, string
, string
>>
Inherited from¶
DefaultUserModifyCrudRepository.getCurrentUser
Defined in¶
services/subscription-service/src/repositories/billing-cycle.repository.ts:20