Skip to content
tgreyuk edited this page Apr 25, 2024 · 1 revision

github-wiki-example / CustomerModule

CustomerModule

This module contains types and services related to customer management.

Index

Enumerations

Enumeration Description
CustomerType Enum representing different customer types.

Classes

Class Description
CustomerAccount Class representing a customer account.
CustomerService Service for managing customers.

Interfaces

Interface Description
Customer Interface representing a customer.
CustomerBilling Interface representing customer billing information.
CustomerContact Interface representing customer contact information.
CustomerOrderHistory Interface representing a customer's order history.
Clone this wiki locally