public static class AccountUpdateParams.BusinessProfile
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AccountUpdateParams.BusinessProfile.Builder |
Modifier and Type | Method and Description |
---|---|
static AccountUpdateParams.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.Object |
getMcc()
|
java.lang.Object |
getName()
The customer-facing business name.
|
java.lang.Object |
getProductDescription()
Internal-only description of the product sold by, or service provided by, the business.
|
java.lang.Object |
getSupportEmail()
A publicly available email address for sending support issues to.
|
java.lang.Object |
getSupportPhone()
A publicly available phone number to call with support issues.
|
java.lang.Object |
getSupportUrl()
A publicly available website for handling support issues.
|
java.lang.Object |
getUrl()
The business's publicly available website.
|
public static AccountUpdateParams.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.Object getMcc()
public java.lang.Object getName()
public java.lang.Object getProductDescription()
public java.lang.Object getSupportEmail()
public java.lang.Object getSupportPhone()
public java.lang.Object getSupportUrl()
public java.lang.Object getUrl()