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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A categorization of the seller's type of business.The merchant category code for the seller’s business.getCity()
City where the seller is located.Country where the seller is located.getName()
Name of the seller.Identifier assigned to the seller by the card network.Postal code where the seller is located.getState()
State where the seller is located.An ID assigned by the seller to the location of the sale.getUrl()
URL provided by the merchant on a 3DS request.int
hashCode()
void
setCategory
(String category) A categorization of the seller's type of business.void
setCategoryCode
(String categoryCode) The merchant category code for the seller’s business.void
City where the seller is located.void
setCountry
(String country) Country where the seller is located.void
Name of the seller.void
setNetworkId
(String networkId) Identifier assigned to the seller by the card network.void
setPostalCode
(String postalCode) Postal code where the seller is located.void
State where the seller is located.void
setTerminalId
(String terminalId) An ID assigned by the seller to the location of the sale.void
URL provided by the merchant on a 3DS request.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
MerchantData
public MerchantData()
-
-
Method Details
-
getCategory
A categorization of the seller's type of business. See our merchant categories guide for a list of possible values. -
getCategoryCode
The merchant category code for the seller’s business. -
getCity
City where the seller is located. -
getCountry
Country where the seller is located. -
getName
Name of the seller. -
getNetworkId
Identifier assigned to the seller by the card network. Different card networks may assign different network_id fields to the same merchant. -
getPostalCode
Postal code where the seller is located. -
getState
State where the seller is located. -
getTerminalId
An ID assigned by the seller to the location of the sale. -
getUrl
URL provided by the merchant on a 3DS request. -
setCategory
A categorization of the seller's type of business. See our merchant categories guide for a list of possible values. -
setCategoryCode
The merchant category code for the seller’s business. -
setCity
City where the seller is located. -
setCountry
Country where the seller is located. -
setName
Name of the seller. -
setNetworkId
Identifier assigned to the seller by the card network. Different card networks may assign different network_id fields to the same merchant. -
setPostalCode
Postal code where the seller is located. -
setState
State where the seller is located. -
setTerminalId
An ID assigned by the seller to the location of the sale. -
setUrl
URL provided by the merchant on a 3DS request. -
equals
-
canEqual
-
hashCode
public int hashCode()
-