Interface UpdateWalletMessageInput

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

interface UpdateWalletMessageInput {
    email?: string;
    message?: string;
    personId?: string;
}

Properties

email?: string

email on the person.

message?: string

message to write to the wallet card

personId?: string

Bambu person identifier