Type alias CachedReceiptStructure

CachedReceiptStructure: {
    eventId: string;
    receipt: Receipt;
    receiptType: string | ReceiptType;
    synthetic: boolean;
    userId: string;
}

Type declaration

  • eventId: string
  • receipt: Receipt
  • receiptType: string | ReceiptType
  • synthetic: boolean
  • userId: string

Generated using TypeDoc