DocuSign.Api.AccountBrands.brand_get_brand
You're seeing just the function
brand_get_brand
, go back to DocuSign.Api.AccountBrands module for more information.
Specs
brand_get_brand(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, DocuSign.Model.Brand.t()} | {:error, Tesla.Env.t()}
Get information for a specific brand.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- brand_id (String.t): The unique identifier of a brand.
- opts (KeywordList): [optional] Optional parameters
- :include_external_references (String.t):
- :include_logos (String.t):
Returns
} on success {:error, info} on failure