-
Notifications
You must be signed in to change notification settings - Fork 3
customer.Interface.CustomerBilling
tgreyuk edited this page Sep 6, 2024
·
7 revisions
github-wiki-example / customer / CustomerBilling
Interface representing customer billing information. Used for processing payments and managing financial transactions.
Property | Type | Description | Defined in |
---|---|---|---|
creditCardNumber |
string |
The customer's credit card number, used for billing and payment processing. | customer.ts:54 |
expirationDate |
string |
The expiration date of the credit card, important for validating the card's current validity. | customer.ts:56 |