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
SEPA creditor identifier that identifies the company making the payment.
-
-
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 boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.String
getIcon()
Get ID of expandableicon
object.File
getIconObject()
Get expandedicon
.java.lang.String
getLogo()
Get ID of expandablelogo
object.File
getLogoObject()
Get expandedlogo
.java.lang.String
getPrimaryColor()
A CSS hex color value representing the primary branding color for this account.java.lang.String
getSecondaryColor()
A CSS hex color value representing the secondary branding color for this account.int
hashCode()
void
setIcon(java.lang.String id)
void
setIconObject(File expandableObject)
void
setLogo(java.lang.String id)
void
setLogoObject(File expandableObject)
void
setPrimaryColor(java.lang.String primaryColor)
A CSS hex color value representing the primary branding color for this account.void
setSecondaryColor(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 expandableicon
object.
-
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 expandablelogo
object.
-
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:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-