module:model/Brand

module:model/Brand

new module:model/Brand()

Source:

Constructs a new Brand.
Information about a brand that is associated with an account. A brand applies custom styles and text to an envelope.

Members

(inner) brandCompany :String

Source:

The name of the company associated with this brand.

Type:
  • String

(inner) brandId :String

Source:

The ID used to identify a specific brand in API calls.

Type:
  • String

(inner) brandLanguages :Array.<String>

Source:
Type:
  • Array.<String>

(inner) brandName :String

Source:

The name of the brand.

Type:
  • String

(inner) colors :Array.<module:model/NameValue>

Source:
Type:

(inner) defaultBrandLanguage :String

Source:
Type:
  • String

(inner) emailContent :Array.<module:model/BrandEmailContent>

Source:
Type:

(inner) errorDetails :module:model/ErrorDetails

Source:

Array or errors.

Type:

(inner) isOverridingCompanyName :Boolean

Source:
Type:
  • Boolean

(inner) isSendingDefault :Boolean

Source:
Type:
  • Boolean

(inner) isSigningDefault :Boolean

Source:
Type:
  • Boolean

(inner) landingPages :Array.<module:model/NameValue>

Source:
Type:
Source:
Type:

(inner) logos :module:model/BrandLogos

Source:

The URIs for retrieving the logos that are associated with the brand.

Type:

(inner) resources :module:model/BrandResourceUrls

Source:

An object containing the URLs for the four DocuSign master resource files that the brand uses for sending, signing, email messages, and captive (embedded) signing. You can modify the default email messages and formats in these file to customize the user experience. Note: This object is returned only when the resourceContentType is sending, signing, email, or signing_captive.

Type:

Methods

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

Source:

Constructs a Brand 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/Brand

Optional instance to populate.

Returns:

The populated Brand instance.

Type
module:model/Brand