Constructors
constructor
- new DanglingReceipt(
eventId: string,
receiptType: string,
userId: string,
receipt: Receipt,
synthetic: boolean,
): DanglingReceipt Parameters
- eventId: string
- receiptType: string
- userId: string
- receipt: Receipt
- synthetic: boolean
Properties
receiptType
receiptType: string
synthetic
synthetic: boolean
Everything we know about a receipt that is "dangling" because we can't find the event to which it refers.