Skip to content

@sourceloop/ctrl-plane-subscription-service / Exports / BillingCycle

Class: BillingCycle

Hierarchy

  • UserModifiableEntity

    BillingCycle

Table of contents

Constructors

Properties

Constructors

constructor

new BillingCycle(data?)

Parameters

Name Type
data? Partial<BillingCycle>

Overrides

UserModifiableEntity.constructor

Defined in

services/subscription-service/src/models/billing-cycle.model.ts:40

Properties

cycleName

cycleName: string

Defined in

services/subscription-service/src/models/billing-cycle.model.ts:20


description

Optional description: string

Defined in

services/subscription-service/src/models/billing-cycle.model.ts:38


duration

duration: number

Defined in

services/subscription-service/src/models/billing-cycle.model.ts:26


durationUnit

durationUnit: string

Defined in

services/subscription-service/src/models/billing-cycle.model.ts:33


id

id: string

Defined in

services/subscription-service/src/models/billing-cycle.model.ts:13