Class UpdateBrand

This class is used to construct the input to update a brand. The inputs can either be provided as part of the constructor, or set after the fact in the public properties.

BrandId is required to update the brand.

Hierarchy (view full)

Implements

Constructors

Properties

brandId?: number
description?: string
logo?: string
name?: string
reportSite?: string
tenantId?: number

Methods

  • Parameters

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

            Returns Promise<any>

    Returns Promise<any>