Skip to content

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

Class: BillingCustomer

Hierarchy

  • UserModifiableEntity

    BillingCustomer

Table of contents

Constructors

Properties

Constructors

constructor

new BillingCustomer(data?)

Parameters

Name Type
data? Partial<BillingCustomer>

Overrides

UserModifiableEntity.constructor

Defined in

services/subscription-service/src/models/billing-customer.model.ts:41

Properties

customerId

customerId: string

Defined in

services/subscription-service/src/models/billing-customer.model.ts:29


id

Optional id: string

Defined in

services/subscription-service/src/models/billing-customer.model.ts:15


invoices

invoices: Invoice[]

Defined in

services/subscription-service/src/models/billing-customer.model.ts:39


paymentSourceId

Optional paymentSourceId: string

Defined in

services/subscription-service/src/models/billing-customer.model.ts:35


tenantId

tenantId: string

Defined in

services/subscription-service/src/models/billing-customer.model.ts:22