public static class AccountCreateParams.Settings.Branding
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AccountCreateParams.Settings.Branding.Builder |
Modifier and Type | Method and Description |
---|---|
static AccountCreateParams.Settings.Branding.Builder |
builder() |
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.lang.String |
getIcon()
(ID of a file upload) An icon for
the account.
|
java.lang.String |
getLogo()
(ID of a file upload) A logo for
the account that will be used in Checkout instead of the icon and without the account's
name next to it if provided.
|
java.lang.String |
getPrimaryColor()
A CSS hex color value representing the primary branding color for this account.
|
java.lang.String |
getSecondaryColor()
A CSS hex color value representing the secondary branding color for this account.
|
public static AccountCreateParams.Settings.Branding.Builder builder()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@SerializedName
value.
Instead, each key/value pair is serialized as if the key is a root-level field (serialized)
name in this param object. Effectively, this map is flattened to its parent instance.public java.lang.String getIcon()
public java.lang.String getLogo()
public java.lang.String getPrimaryColor()
public java.lang.String getSecondaryColor()