Skip to content
Tom Grey edited this page Jan 18, 2024 · 5 revisions

github-wiki-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.

Generated using TypeDoc and typedoc-plugin-markdown.

Clone this wiki locally