Package com.stripe.param.issuing
Class TransactionCreateForceCaptureParams.MerchantData
java.lang.Object
com.stripe.param.issuing.TransactionCreateForceCaptureParams.MerchantData
- Enclosing class:
- TransactionCreateForceCaptureParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
A categorization of the seller's type of business.getCity()
City where the seller is located.Country where the seller is located.Map of extra parameters for custom features not available in this client library.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.
-
Method Details
-
builder
-
getCategory
A categorization of the seller's type of business. See our merchant categories guide for a list of possible values. -
getCity
City where the seller is located. -
getCountry
Country where the seller is located. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@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. -
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.
-