public static class AccountCreateParams.BusinessProfile
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AccountCreateParams.BusinessProfile.Builder |
static class |
AccountCreateParams.BusinessProfile.SupportAddress |
| Modifier and Type | Method and Description |
|---|---|
static AccountCreateParams.BusinessProfile.Builder |
builder() |
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.lang.String |
getMcc()
|
java.lang.String |
getName()
The customer-facing business name.
|
java.lang.String |
getProductDescription()
Internal-only description of the product sold by, or service provided by, the business.
|
AccountCreateParams.BusinessProfile.SupportAddress |
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.
|
public static AccountCreateParams.BusinessProfile.Builder builder()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@SerializedName value. Instead, each
key/value pair is serialized as if the key is a root-level field (serialized) name in this
param object. Effectively, this map is flattened to its parent instance.public java.lang.String getMcc()
public java.lang.String getName()
public java.lang.String getProductDescription()
public AccountCreateParams.BusinessProfile.SupportAddress getSupportAddress()
public java.lang.String getSupportEmail()
public java.lang.String getSupportPhone()
public java.lang.String getSupportUrl()
public java.lang.String getUrl()