Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReceiptGroup<T>

Encapsulates ReceiptGroup entity attributes with generic type for the data variance between receipt group types.

Type parameters

Hierarchy

Index

Properties

createdAt

createdAt: Date

Optional credentialId

credentialId: string

Optional customer

customer: string

data

data: T

Optional issuer

issuer: string

Optional presentationIssuers

presentationIssuers: string[]

Optional presentationRequestId

presentationRequestId: string

receipts

receipts: Receipt<T>[]

Optional subject

subject: string

type

type: string

updatedAt

updatedAt: Date

uuid

uuid: string

Optional verifier

verifier: string

Generated using TypeDoc