Interface IssueEventWalletResponse

The response expected from the IssueEventWallet execution within BambuClient.

interface IssueEventWalletResponse {
    expiryDate: Date;
    externalId: string;
    id: string;
    metaData: any;
    optOut: boolean;
    person: any;
    points: number;
    profileImage: string;
    status: string;
    tierId: string;
    type: string;
}

Properties

expiryDate: Date

The expiration date.

externalId: string

The person identifier.

id: string

Unique identifier for the wallet pass.

metaData: any

The metadata.

optOut: boolean

The optOut.

person: any

The person.

points: number

The number of points.

profileImage: string

The type of card identifier.

status: string

The status of the card.

tierId: string

The type of card identifier.

type: string

The type of card identifier.