typedoc-vitepress-theme-example / billing
billing
This module contains types and services related to billing.
Index
Enumerations
| Enumeration | Description |
|---|---|
| PaymentMethod | Enum representing different types of payment methods. |
| TransactionStatus | Enum representing different transaction statuses. |
Classes
| Class | Description |
|---|---|
| BillingHistoryService | Service for managing billing history. |
| BillingReceiptService | Service for generating billing receipts. |
| BillingService | Service for managing billing transactions. |
Interfaces
| Interface | Description |
|---|---|
| BillingReceipt | Interface representing a billing receipt. |
| BillingTransaction | Interface representing a billing transaction. |