Class UpdateWalletNotification

The Update Wallet message takes a personId or email address and a message and uses that information to identify an existing wallet card within the tenant. Then the message field on the card is udpated.

Hierarchy (view full)

Constructors

Properties

_passId?: number
_personId?: string
_serialNo?: string

Methods

  • getURLPath is used by the BambuClient to properly construct the request call.

    Parameters

    • Optional tenantId: string

      the tenant id defined in the BambuClient

    Returns string

    request url

  • Parameters

    • options: {
          execute: ((executable) => Promise<any>);
      }
      • execute: ((executable) => Promise<any>)
          • (executable): Promise<any>
          • Parameters

            Returns Promise<any>

    Returns Promise<any>