BillingReceipt
Interface representing a billing receipt. Provides a record of the transaction for both the customer and the business.
Properties
receiptId
receiptId: string;
Unique identifier for the receipt. This ID is crucial for referencing and tracking the receipt in financial records and customer queries.
timestamp
timestamp: number;
The timestamp (in UNIX epoch time) when the receipt was generated. Provides a precise record of when the transaction was finalized and acknowledged.
transaction
transaction: BillingTransaction;
The transaction details associated with this receipt. Links the receipt to the actual transaction that took place.