Package com.stripe.model.issuing
Class Authorization.MerchantData
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.issuing.Authorization.MerchantData
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Authorization
public static class Authorization.MerchantData extends StripeObject
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description MerchantData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetCategory()A categorization of the seller's type of business.java.lang.StringgetCity()City where the seller is located.java.lang.StringgetCountry()Country where the seller is located.java.lang.StringgetName()Name of the seller.java.lang.StringgetNetworkId()Identifier assigned to the seller by the card brand.java.lang.StringgetPostalCode()Postal code where the seller is located.java.lang.StringgetState()State where the seller is located.inthashCode()voidsetCategory(java.lang.String category)A categorization of the seller's type of business.voidsetCity(java.lang.String city)City where the seller is located.voidsetCountry(java.lang.String country)Country where the seller is located.voidsetName(java.lang.String name)Name of the seller.voidsetNetworkId(java.lang.String networkId)Identifier assigned to the seller by the card brand.voidsetPostalCode(java.lang.String postalCode)Postal code where the seller is located.voidsetState(java.lang.String state)State where the seller is located.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getCategory
public java.lang.String getCategory()
A categorization of the seller's type of business. See our merchant categories guide for a list of possible values.
-
getCity
public java.lang.String getCity()
City where the seller is located.
-
getCountry
public java.lang.String getCountry()
Country where the seller is located.
-
getName
public java.lang.String getName()
Name of the seller.
-
getNetworkId
public java.lang.String getNetworkId()
Identifier assigned to the seller by the card brand.
-
getPostalCode
public java.lang.String getPostalCode()
Postal code where the seller is located.
-
getState
public java.lang.String getState()
State where the seller is located.
-
setCategory
public void setCategory(java.lang.String category)
A categorization of the seller's type of business. See our merchant categories guide for a list of possible values.
-
setCity
public void setCity(java.lang.String city)
City where the seller is located.
-
setCountry
public void setCountry(java.lang.String country)
Country where the seller is located.
-
setName
public void setName(java.lang.String name)
Name of the seller.
-
setNetworkId
public void setNetworkId(java.lang.String networkId)
Identifier assigned to the seller by the card brand.
-
setPostalCode
public void setPostalCode(java.lang.String postalCode)
Postal code where the seller is located.
-
setState
public void setState(java.lang.String state)
State where the seller is located.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-