public static class Authorization.MerchantData extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
MerchantData() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCategory()
A categorization of the seller's type of business.
|
java.lang.String |
getCity()
City where the seller is located.
|
java.lang.String |
getCountry()
Country where the seller is located.
|
java.lang.String |
getName()
Name of the seller.
|
java.lang.String |
getNetworkId()
Identifier assigned to the seller by the card brand.
|
java.lang.String |
getPostalCode()
Postal code where the seller is located.
|
java.lang.String |
getState()
State where the seller is located.
|
int |
hashCode() |
void |
setCategory(java.lang.String category)
A categorization of the seller's type of business.
|
void |
setCity(java.lang.String city)
City where the seller is located.
|
void |
setCountry(java.lang.String country)
Country where the seller is located.
|
void |
setName(java.lang.String name)
Name of the seller.
|
void |
setNetworkId(java.lang.String networkId)
Identifier assigned to the seller by the card brand.
|
void |
setPostalCode(java.lang.String postalCode)
Postal code where the seller is located.
|
void |
setState(java.lang.String state)
State where the seller is located.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringpublic java.lang.String getCategory()
public java.lang.String getCity()
public java.lang.String getCountry()
public java.lang.String getName()
public java.lang.String getNetworkId()
public java.lang.String getPostalCode()
public java.lang.String getState()
public void setCategory(java.lang.String category)
public void setCity(java.lang.String city)
public void setCountry(java.lang.String country)
public void setName(java.lang.String name)
public void setNetworkId(java.lang.String networkId)
public void setPostalCode(java.lang.String postalCode)
public void setState(java.lang.String state)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Object