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
For more details about MerchantData, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanA 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.getTaxId()The seller's tax identification number.An ID assigned by the seller to the location of the sale.getUrl()URL provided by the merchant on a 3DS request.inthashCode()voidsetCategory(String category) A categorization of the seller's type of business.voidsetCategoryCode(String categoryCode) The merchant category code for the seller’s business.voidCity where the seller is located.voidsetCountry(String country) Country where the seller is located.voidName of the seller.voidsetNetworkId(String networkId) Identifier assigned to the seller by the card network.voidsetPostalCode(String postalCode) Postal code where the seller is located.voidState where the seller is located.voidThe seller's tax identification number.voidsetTerminalId(String terminalId) An ID assigned by the seller to the location of the sale.voidURL provided by the merchant on a 3DS request.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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. -
getTaxId
The seller's tax identification number. Currently populated for French merchants only. -
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. -
setTaxId
The seller's tax identification number. Currently populated for French merchants only. -
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()
-