@sourceloop/ctrl-plane-subscription-service / Exports / Invoice
Class: Invoice¶
Hierarchy¶
-
UserModifiableEntity↳
Invoice
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new Invoice(data?)
Parameters¶
| Name | Type |
|---|---|
data? |
Partial<Invoice> |
Overrides¶
UserModifiableEntity.constructor
Defined in¶
services/subscription-service/src/models/invoice.model.ts:37
Properties¶
billingCustomerId¶
• billingCustomerId: string
Defined in¶
services/subscription-service/src/models/invoice.model.ts:35
id¶
• Optional id: string
Defined in¶
services/subscription-service/src/models/invoice.model.ts:14
invoiceId¶
• invoiceId: string
Defined in¶
services/subscription-service/src/models/invoice.model.ts:21
invoiceStatus¶
• Optional invoiceStatus: InvoiceStatus
Defined in¶
services/subscription-service/src/models/invoice.model.ts:28