Interface UpdateWalletNotificationResponse

The UpdateWalletNotification response expected from the execution of the object within BambuClient execute.

interface UpdateWalletNotificationResponse {
    error?: any;
    message: string;
    successful: boolean;
}

Properties

error?: any

any error messages that were returned by the request.

message: string

the message response from the request

successful: boolean

If the person already exists, the personId is returned.