Package com.stripe.model
Class Account.Settings.Branding
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Settings.Branding
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Settings
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 booleanbooleangetIcon()Get ID of expandableiconobject.Get expandedicon.getLogo()Get ID of expandablelogoobject.Get expandedlogo.A CSS hex color value representing the primary branding color for this account.A CSS hex color value representing the secondary branding color for this account.inthashCode()voidvoidsetIconObject(File expandableObject) voidvoidsetLogoObject(File expandableObject) voidsetPrimaryColor(String primaryColor) A CSS hex color value representing the primary branding color for this account.voidsetSecondaryColor(String secondaryColor) A CSS hex color value representing the secondary branding color for this account.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
Get ID of expandableiconobject. -
setIcon
-
getIconObject
Get expandedicon. -
setIconObject
-
getLogo
Get ID of expandablelogoobject. -
setLogo
-
getLogoObject
Get expandedlogo. -
setLogoObject
-
getPrimaryColor
A CSS hex color value representing the primary branding color for this account. -
getSecondaryColor
A CSS hex color value representing the secondary branding color for this account. -
setPrimaryColor
A CSS hex color value representing the primary branding color for this account. -
setSecondaryColor
A CSS hex color value representing the secondary branding color for this account. -
equals
-
canEqual
-
hashCode
public int hashCode()
-