CustomerBilling
Interface representing customer billing information. Used for processing payments and managing financial transactions.
Properties
creditCardNumber
creditCardNumber: string;
The customer's credit card number, used for billing and payment processing.
expirationDate
expirationDate: string;
The expiration date of the credit card, important for validating the card's current validity.