module:model/GroupBrands

module:model/GroupBrands

new module:model/GroupBrands()

Source:

Constructs a new GroupBrands.

Members

(inner) brandOptions :Array.<module:model/Brand>

Source:

The list of brands.

Type:

(inner) recipientBrandIdDefault :String

Source:

The brand seen by envelope recipients when a brand is not explicitly set.

Type:
  • String

(inner) senderBrandIdDefault :String

Source:

The brand seen by envelope senders when a brand is not explicitly set.

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/GroupBrands}

Source:

Constructs a GroupBrands from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.

Parameters:
Name Type Description
data Object

The plain JavaScript object bearing properties of interest.

obj module:model/GroupBrands

Optional instance to populate.

Returns:

The populated GroupBrands instance.

Type
module:model/GroupBrands