Show / Hide Table of Contents

Class UpdateBrand

Parameters for API calls.

Inheritance
System.Object
BaseParameters<User>
UpdateBrand
Implements
IBaseParameters
Inherited Members
BaseParameters<User>.MatchFunction
BaseParameters<User>.Matches(User)
BaseParameters<User>.ToDictionary()
BaseParameters<User>.ToSubDictionary(Type)
Namespace: EasyPost.Parameters.User
Assembly: EasyPost.dll
Syntax
public class UpdateBrand : BaseParameters<User>, IBaseParameters

Properties

| Improve this Doc View Source

AdBase64

The base64 encoded image for the Brand's ad.

Declaration
public string? AdBase64 { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

AdUrl

The URL for the Brand's ad.

Declaration
public string? AdUrl { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

BackgroundColorHexCode

The background color for the Brand.

Declaration
public string? BackgroundColorHexCode { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

ColorHexCode

The base64 encoded image for the Brand's banner.

Declaration
public string? ColorHexCode { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

LogoBase64

The base64 encoded image for the Brand's logo.

Declaration
public string? LogoBase64 { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

LogoUrl

The URL for the Brand's logo.

Declaration
public string? LogoUrl { get; set; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

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>

Implements

IBaseParameters
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX