View Source DocuSign.Model.AccountBrands (DocuSign v1.2.0)

The AccountBrands resource enables you to use account-level brands to customize the styles and text that recipients see.

Summary

Types

@type t() :: %DocuSign.Model.AccountBrands{
  brands: [DocuSign.Model.Brand.t()] | nil,
  recipientBrandIdDefault: String.t() | nil,
  senderBrandIdDefault: String.t() | nil
}