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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getIcon()
Get ID of expandableicon
object.Get expandedicon
.getLogo()
Get ID of expandablelogo
object.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.int
hashCode()
void
void
setIconObject
(File expandableObject) void
void
setLogoObject
(File expandableObject) void
setPrimaryColor
(String primaryColor) A CSS hex color value representing the primary branding color for this account.void
setSecondaryColor
(String secondaryColor) A CSS hex color value representing the secondary branding color for this account.Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Branding
public Branding()
-
-
Method Details
-
getIcon
Get ID of expandableicon
object. -
setIcon
-
getIconObject
Get expandedicon
. -
setIconObject
-
getLogo
Get ID of expandablelogo
object. -
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()
-