Class GetImageUploadLocations

Get a list of upload locations to use for uploading images to the wallet.

Hierarchy (view full)

Constructors

Properties

amount: number = 1

The number of images you want to upload. Defaults to 1

brandId: number

The brandId of the brand to retrieve upload locations for.

Methods

  • Parameters

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

            Returns Promise<any>

    Returns Promise<any>