Skip to content

BillingModule.Interface.BillingReceipt

tgreyuk edited this page Apr 25, 2024 · 1 revision

github-wiki-example / BillingModule / BillingReceipt

Interface: BillingReceipt

Interface representing a billing receipt. Provides a record of the transaction for both the customer and the business.

Properties

Property Type Description
receiptId string Unique identifier for the receipt. This ID is crucial for referencing and tracking the receipt
in financial records and customer queries.
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 BillingTransaction The transaction details associated with this receipt. Links the receipt to the actual transaction
that took place.
Clone this wiki locally