-
Notifications
You must be signed in to change notification settings - Fork 3
customer.Interface.CustomerBilling
tgreyuk edited this page Mar 16, 2025
·
8 revisions
github-wiki-example / customer / CustomerBilling
Defined in: customer.ts:52
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 |