Class UpdateBrand
Parameters for
Implements
Inherited Members
Namespace: EasyPost.Parameters.User
Assembly: EasyPost.dll
Syntax
public class UpdateBrand : BaseParameters<User>, IBaseParameters
Properties
| Improve this Doc View SourceAdBase64
The base64 encoded image for the Brand's ad.
Declaration
public string? AdBase64 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
AdUrl
The URL for the Brand's ad.
Declaration
public string? AdUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
BackgroundColorHexCode
The background color for the Brand.
Declaration
public string? BackgroundColorHexCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
ColorHexCode
The base64 encoded image for the Brand's banner.
Declaration
public string? ColorHexCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
LogoBase64
The base64 encoded image for the Brand's logo.
Declaration
public string? LogoBase64 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
LogoUrl
The URL for the Brand's logo.
Declaration
public string? LogoUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |
Theme
Save this configuration as a preset for future use ("theme1" or "theme2").
Declaration
public string? Theme { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.String> |