public static class Account.BusinessProfile extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
BusinessProfile() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getMcc()
The merchant category code for the account.
|
java.lang.String |
getName()
The customer-facing business name.
|
java.lang.String |
getProductDescription()
Internal-only description of the product sold or service provided by the business.
|
Address |
getSupportAddress()
A publicly available mailing address for sending support issues to.
|
java.lang.String |
getSupportEmail()
A publicly available email address for sending support issues to.
|
java.lang.String |
getSupportPhone()
A publicly available phone number to call with support issues.
|
java.lang.String |
getSupportUrl()
A publicly available website for handling support issues.
|
java.lang.String |
getUrl()
The business's publicly available website.
|
int |
hashCode() |
void |
setMcc(java.lang.String mcc)
The merchant category code for the account.
|
void |
setName(java.lang.String name)
The customer-facing business name.
|
void |
setProductDescription(java.lang.String productDescription)
Internal-only description of the product sold or service provided by the business.
|
void |
setSupportAddress(Address supportAddress)
A publicly available mailing address for sending support issues to.
|
void |
setSupportEmail(java.lang.String supportEmail)
A publicly available email address for sending support issues to.
|
void |
setSupportPhone(java.lang.String supportPhone)
A publicly available phone number to call with support issues.
|
void |
setSupportUrl(java.lang.String supportUrl)
A publicly available website for handling support issues.
|
void |
setUrl(java.lang.String url)
The business's publicly available website.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.String getMcc()
public java.lang.String getName()
public java.lang.String getProductDescription()
public Address getSupportAddress()
public java.lang.String getSupportEmail()
public java.lang.String getSupportPhone()
public java.lang.String getSupportUrl()
public java.lang.String getUrl()
public void setMcc(java.lang.String mcc)
public void setName(java.lang.String name)
public void setProductDescription(java.lang.String productDescription)
public void setSupportAddress(Address supportAddress)
public void setSupportEmail(java.lang.String supportEmail)
public void setSupportPhone(java.lang.String supportPhone)
public void setSupportUrl(java.lang.String supportUrl)
public void setUrl(java.lang.String url)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object