public class GetMerchantDetailsResponse extends ANetApiResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiResponse">
<sequence>
<element name="isTestMode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="processors" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfProcessorType"/>
<element name="merchantName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="gatewayId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
<element name="marketTypes" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfMarketType"/>
<element name="productCodes" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfProductCode"/>
<element name="paymentMethods" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfPaymentMethod"/>
<element name="currencies" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfCurrencyCode"/>
<element name="publicClientKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfCurrencyCode |
currencies |
protected java.lang.String |
gatewayId |
protected java.lang.Boolean |
isTestMode |
protected ArrayOfMarketType |
marketTypes |
protected java.lang.String |
merchantName |
protected ArrayOfPaymentMethod |
paymentMethods |
protected ArrayOfProcessorType |
processors |
protected ArrayOfProductCode |
productCodes |
protected java.lang.String |
publicClientKey |
messages, refId, sessionToken| Constructor and Description |
|---|
GetMerchantDetailsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfCurrencyCode |
getCurrencies()
Gets the value of the currencies property.
|
java.lang.String |
getGatewayId()
Gets the value of the gatewayId property.
|
ArrayOfMarketType |
getMarketTypes()
Gets the value of the marketTypes property.
|
java.lang.String |
getMerchantName()
Gets the value of the merchantName property.
|
ArrayOfPaymentMethod |
getPaymentMethods()
Gets the value of the paymentMethods property.
|
ArrayOfProcessorType |
getProcessors()
Gets the value of the processors property.
|
ArrayOfProductCode |
getProductCodes()
Gets the value of the productCodes property.
|
java.lang.String |
getPublicClientKey()
Gets the value of the publicClientKey property.
|
java.lang.Boolean |
isIsTestMode()
Gets the value of the isTestMode property.
|
void |
setCurrencies(ArrayOfCurrencyCode value)
Sets the value of the currencies property.
|
void |
setGatewayId(java.lang.String value)
Sets the value of the gatewayId property.
|
void |
setIsTestMode(java.lang.Boolean value)
Sets the value of the isTestMode property.
|
void |
setMarketTypes(ArrayOfMarketType value)
Sets the value of the marketTypes property.
|
void |
setMerchantName(java.lang.String value)
Sets the value of the merchantName property.
|
void |
setPaymentMethods(ArrayOfPaymentMethod value)
Sets the value of the paymentMethods property.
|
void |
setProcessors(ArrayOfProcessorType value)
Sets the value of the processors property.
|
void |
setProductCodes(ArrayOfProductCode value)
Sets the value of the productCodes property.
|
void |
setPublicClientKey(java.lang.String value)
Sets the value of the publicClientKey property.
|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionTokenprotected java.lang.Boolean isTestMode
protected ArrayOfProcessorType processors
protected java.lang.String merchantName
protected java.lang.String gatewayId
protected ArrayOfMarketType marketTypes
protected ArrayOfProductCode productCodes
protected ArrayOfPaymentMethod paymentMethods
protected ArrayOfCurrencyCode currencies
protected java.lang.String publicClientKey
public java.lang.Boolean isIsTestMode()
Booleanpublic void setIsTestMode(java.lang.Boolean value)
value - allowed object is
Booleanpublic ArrayOfProcessorType getProcessors()
ArrayOfProcessorTypepublic void setProcessors(ArrayOfProcessorType value)
value - allowed object is
ArrayOfProcessorTypepublic java.lang.String getMerchantName()
Stringpublic void setMerchantName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGatewayId()
Stringpublic void setGatewayId(java.lang.String value)
value - allowed object is
Stringpublic ArrayOfMarketType getMarketTypes()
ArrayOfMarketTypepublic void setMarketTypes(ArrayOfMarketType value)
value - allowed object is
ArrayOfMarketTypepublic ArrayOfProductCode getProductCodes()
ArrayOfProductCodepublic void setProductCodes(ArrayOfProductCode value)
value - allowed object is
ArrayOfProductCodepublic ArrayOfPaymentMethod getPaymentMethods()
ArrayOfPaymentMethodpublic void setPaymentMethods(ArrayOfPaymentMethod value)
value - allowed object is
ArrayOfPaymentMethodpublic ArrayOfCurrencyCode getCurrencies()
ArrayOfCurrencyCodepublic void setCurrencies(ArrayOfCurrencyCode value)
value - allowed object is
ArrayOfCurrencyCodepublic java.lang.String getPublicClientKey()
Stringpublic void setPublicClientKey(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.