Skip to content

customer.Interface.CustomerBilling

tgreyuk edited this page Sep 6, 2024 · 7 revisions

github-wiki-example / customer / CustomerBilling

Interface: CustomerBilling

Interface representing customer billing information. Used for processing payments and managing financial transactions.

Properties

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
Clone this wiki locally