View Source DocuSign.Model.BrandLogos (DocuSign v1.0.0)

The URIs for retrieving the logos that are associated with the brand. These are read-only properties that provide a URI to logos in use. To update a logo use AccountBrands: updateLogo.

Link to this section Summary

Link to this section Types

@type t() :: %DocuSign.Model.BrandLogos{
  email: String.t() | nil,
  primary: String.t() | nil,
  secondary: String.t() | nil
}