Package com.stripe.model
Class Account.SettingsBranding
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.Account.SettingsBranding
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account
public static class Account.SettingsBranding extends StripeObject
The user agent of the browser from which the account representative accepted the service agreement.
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description SettingsBranding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetIcon()Get ID of expandableiconobject.FilegetIconObject()Get expandedicon.java.lang.StringgetLogo()Get ID of expandablelogoobject.FilegetLogoObject()Get expandedlogo.java.lang.StringgetPrimaryColor()A CSS hex color value representing the primary branding color for this account.java.lang.StringgetSecondaryColor()A CSS hex color value representing the secondary branding color for this account.inthashCode()voidsetIcon(java.lang.String id)voidsetIconObject(File expandableObject)voidsetLogo(java.lang.String id)voidsetLogoObject(File expandableObject)voidsetPrimaryColor(java.lang.String primaryColor)A CSS hex color value representing the primary branding color for this account.voidsetSecondaryColor(java.lang.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
-
-
-
-
Method Detail
-
getIcon
public java.lang.String getIcon()
Get ID of expandableiconobject.
-
setIcon
public void setIcon(java.lang.String id)
-
getIconObject
public File getIconObject()
Get expandedicon.
-
setIconObject
public void setIconObject(File expandableObject)
-
getLogo
public java.lang.String getLogo()
Get ID of expandablelogoobject.
-
setLogo
public void setLogo(java.lang.String id)
-
getLogoObject
public File getLogoObject()
Get expandedlogo.
-
setLogoObject
public void setLogoObject(File expandableObject)
-
getPrimaryColor
public java.lang.String getPrimaryColor()
A CSS hex color value representing the primary branding color for this account.
-
getSecondaryColor
public java.lang.String getSecondaryColor()
A CSS hex color value representing the secondary branding color for this account.
-
setPrimaryColor
public void setPrimaryColor(java.lang.String primaryColor)
A CSS hex color value representing the primary branding color for this account.
-
setSecondaryColor
public void setSecondaryColor(java.lang.String secondaryColor)
A CSS hex color value representing the secondary branding color for this account.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-