-
Notifications
You must be signed in to change notification settings - Fork 3
billing
Tom Grey edited this page Jan 18, 2024
·
5 revisions
github-wiki-example / billing
This module contains types and services related to billing.
Enumeration | Description |
---|---|
PaymentMethod | Enum representing different types of payment methods. |
TransactionStatus | Enum representing different transaction statuses. |
Class | Description |
---|---|
BillingHistoryService | Service for managing billing history. |
BillingReceiptService | Service for generating billing receipts. |
BillingService | Service for managing billing transactions. |
Interface | Description |
---|---|
BillingReceipt | Interface representing a billing receipt. |
BillingTransaction | Interface representing a billing transaction. |
Generated using TypeDoc and typedoc-plugin-markdown.