Package com.stripe.param.v2.core
Class AccountUpdateParams.Configuration.Merchant.Branding
java.lang.Object
com.stripe.param.v2.core.AccountUpdateParams.Configuration.Merchant.Branding
- Enclosing class:
- AccountUpdateParams.Configuration.Merchant
Add all map key/value pairs to `extraParams` map. A map is initialized for the first
`put/putAll` call, and subsequent calls add additional key/value pairs to the original
map. See
AccountUpdateParams.Configuration.Merchant.BacsDebitPayments.extraParams
for the field
documentation.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Map of extra parameters for custom features not available in this client library.getIcon()
ID of a file upload: An icon for the merchant.getLogo()
ID of a file upload: A logo for the merchant that will be used in Checkout instead of the icon and without the merchant's name next to it if provided.A CSS hex color value representing the primary branding color for the merchant.A CSS hex color value representing the secondary branding color for the merchant.int
hashCode()
-
Method Details
-
builder
-
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@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. -
getIcon
ID of a file upload: An icon for the merchant. Must be square and at least 128px x 128px. -
getLogo
ID of a file upload: A logo for the merchant that will be used in Checkout instead of the icon and without the merchant's name next to it if provided. Must be at least 128px x 128px. -
getPrimaryColor
A CSS hex color value representing the primary branding color for the merchant. -
getSecondaryColor
A CSS hex color value representing the secondary branding color for the merchant. -
equals
-
canEqual
-
hashCode
public int hashCode()
-