Package com.stripe.model.v2.core
Class Account.Configuration.Merchant.Branding
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.core.Account.Configuration.Merchant.Branding
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Configuration.Merchant
For more details about Branding, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
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()
void
ID of a file upload: An icon for the merchant.void
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.void
setPrimaryColor
(String primaryColor) A CSS hex color value representing the primary branding color for the merchant.void
setSecondaryColor
(String secondaryColor) A CSS hex color value representing the secondary branding color for the merchant.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Branding
public Branding()
-
-
Method Details
-
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. -
setIcon
ID of a file upload: An icon for the merchant. Must be square and at least 128px x 128px. -
setLogo
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. -
setPrimaryColor
A CSS hex color value representing the primary branding color for the merchant. -
setSecondaryColor
A CSS hex color value representing the secondary branding color for the merchant. -
equals
-
canEqual
-
hashCode
public int hashCode()
-