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"/>
<element name="businessInformation" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerAddressType" minOccurs="0"/>
<element name="merchantTimeZone" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="100"/>
</restriction>
</simpleType>
</element>
<element name="contactDetails" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfContactDetail" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerAddressType |
businessInformation |
protected ArrayOfContactDetail |
contactDetails |
protected ArrayOfCurrencyCode |
currencies |
protected String |
gatewayId |
protected Boolean |
isTestMode |
protected ArrayOfMarketType |
marketTypes |
protected String |
merchantName |
protected String |
merchantTimeZone |
protected ArrayOfPaymentMethod |
paymentMethods |
protected ArrayOfProcessorType |
processors |
protected ArrayOfProductCode |
productCodes |
protected String |
publicClientKey |
messages, refId, sessionToken| Constructor and Description |
|---|
GetMerchantDetailsResponse() |
| Modifier and Type | Method and Description |
|---|---|
CustomerAddressType |
getBusinessInformation()
Gets the value of the businessInformation property.
|
ArrayOfContactDetail |
getContactDetails()
Gets the value of the contactDetails property.
|
ArrayOfCurrencyCode |
getCurrencies()
Gets the value of the currencies property.
|
String |
getGatewayId()
Gets the value of the gatewayId property.
|
ArrayOfMarketType |
getMarketTypes()
Gets the value of the marketTypes property.
|
String |
getMerchantName()
Gets the value of the merchantName property.
|
String |
getMerchantTimeZone()
Gets the value of the merchantTimeZone 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.
|
String |
getPublicClientKey()
Gets the value of the publicClientKey property.
|
Boolean |
isIsTestMode()
Gets the value of the isTestMode property.
|
void |
setBusinessInformation(CustomerAddressType value)
Sets the value of the businessInformation property.
|
void |
setContactDetails(ArrayOfContactDetail value)
Sets the value of the contactDetails property.
|
void |
setCurrencies(ArrayOfCurrencyCode value)
Sets the value of the currencies property.
|
void |
setGatewayId(String value)
Sets the value of the gatewayId property.
|
void |
setIsTestMode(Boolean value)
Sets the value of the isTestMode property.
|
void |
setMarketTypes(ArrayOfMarketType value)
Sets the value of the marketTypes property.
|
void |
setMerchantName(String value)
Sets the value of the merchantName property.
|
void |
setMerchantTimeZone(String value)
Sets the value of the merchantTimeZone 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(String value)
Sets the value of the publicClientKey property.
|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionTokenprotected Boolean isTestMode
protected ArrayOfProcessorType processors
protected String merchantName
protected String gatewayId
protected ArrayOfMarketType marketTypes
protected ArrayOfProductCode productCodes
protected ArrayOfPaymentMethod paymentMethods
protected ArrayOfCurrencyCode currencies
protected String publicClientKey
protected CustomerAddressType businessInformation
protected String merchantTimeZone
protected ArrayOfContactDetail contactDetails
public Boolean isIsTestMode()
Booleanpublic void setIsTestMode(Boolean value)
value - allowed object is
Booleanpublic ArrayOfProcessorType getProcessors()
ArrayOfProcessorTypepublic void setProcessors(ArrayOfProcessorType value)
value - allowed object is
ArrayOfProcessorTypepublic String getMerchantName()
Stringpublic void setMerchantName(String value)
value - allowed object is
Stringpublic String getGatewayId()
Stringpublic void setGatewayId(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 String getPublicClientKey()
Stringpublic void setPublicClientKey(String value)
value - allowed object is
Stringpublic CustomerAddressType getBusinessInformation()
CustomerAddressTypepublic void setBusinessInformation(CustomerAddressType value)
value - allowed object is
CustomerAddressTypepublic String getMerchantTimeZone()
Stringpublic void setMerchantTimeZone(String value)
value - allowed object is
Stringpublic ArrayOfContactDetail getContactDetails()
ArrayOfContactDetailpublic void setContactDetails(ArrayOfContactDetail value)
value - allowed object is
ArrayOfContactDetailCopyright © 2021. All rights reserved.