-
Notifications
You must be signed in to change notification settings - Fork 3
CustomerModule
tgreyuk edited this page Apr 25, 2024
·
1 revision
github-wiki-example / CustomerModule
This module contains types and services related to customer management.
Enumeration | Description |
---|---|
CustomerType | Enum representing different customer types. |
Class | Description |
---|---|
CustomerAccount | Class representing a customer account. |
CustomerService | Service for managing customers. |
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. |