Receipt
public struct Receipt : Codable, Sendable
The receipt model.
-
This field is Alviere’s internal unique receipt identifier.
Declaration
Swift
public let receiptUuid: String -
The receipt date.
Declaration
Swift
public let receiptDate: String -
The receipt number.
Declaration
Swift
public let receiptNumber: String -
A transaction on Alviere’s ledger.
Declaration
Swift
public let transaction: ReceiptTransaction -
Disclosure language that is required to be shown the receipt.
Declaration
Swift
public let disclosures: ReceiptDisclosures?
View on GitHub