Package com.stripe.param.checkout
Class SessionCreateParams.BrandingSettings
java.lang.Object
com.stripe.param.checkout.SessionCreateParams.BrandingSettings
- Enclosing class:
- SessionCreateParams
Required. Type of the account referenced in the request.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static class
static enum
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
A hex color value starting with#
representing the background color for the Checkout Session.The border style for the Checkout Session.A hex color value starting with#
representing the button color for the Checkout Session.A string to override the business name shown on the Checkout Session.Map of extra parameters for custom features not available in this client library.The font family for the Checkout Session corresponding to one of the supported font families.getIcon()
The icon for the Checkout Session.getLogo()
The logo for the Checkout Session.int
hashCode()
-
Method Details
-
builder
-
getBackgroundColor
A hex color value starting with#
representing the background color for the Checkout Session. -
getBorderStyle
The border style for the Checkout Session. -
getButtonColor
A hex color value starting with#
representing the button color for the Checkout Session. -
getDisplayName
A string to override the business name shown on the Checkout Session. -
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. -
getFontFamily
The font family for the Checkout Session corresponding to one of the supported font families. -
getIcon
The icon for the Checkout Session. You cannot set bothlogo
andicon
. -
getLogo
The logo for the Checkout Session. You cannot set bothlogo
andicon
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-