Interface UpdateWalletNotificationInput

The Update Wallet Input used by the constructor of Update Wallet Notification. Either personId or email are required to identify the wallet.

interface UpdateWalletNotificationInput {
    passId?: number;
    personId?: string;
    serialNumber?: string;
}

Properties

passId?: number

Card Pass Identifier

personId?: string

Bambu person identifier

serialNumber?: string

Card Serial Number