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, setSessionToken
protected 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()
Boolean
public void setIsTestMode(Boolean value)
value
- allowed object is
Boolean
public ArrayOfProcessorType getProcessors()
ArrayOfProcessorType
public void setProcessors(ArrayOfProcessorType value)
value
- allowed object is
ArrayOfProcessorType
public String getMerchantName()
String
public void setMerchantName(String value)
value
- allowed object is
String
public String getGatewayId()
String
public void setGatewayId(String value)
value
- allowed object is
String
public ArrayOfMarketType getMarketTypes()
ArrayOfMarketType
public void setMarketTypes(ArrayOfMarketType value)
value
- allowed object is
ArrayOfMarketType
public ArrayOfProductCode getProductCodes()
ArrayOfProductCode
public void setProductCodes(ArrayOfProductCode value)
value
- allowed object is
ArrayOfProductCode
public ArrayOfPaymentMethod getPaymentMethods()
ArrayOfPaymentMethod
public void setPaymentMethods(ArrayOfPaymentMethod value)
value
- allowed object is
ArrayOfPaymentMethod
public ArrayOfCurrencyCode getCurrencies()
ArrayOfCurrencyCode
public void setCurrencies(ArrayOfCurrencyCode value)
value
- allowed object is
ArrayOfCurrencyCode
public String getPublicClientKey()
String
public void setPublicClientKey(String value)
value
- allowed object is
String
public CustomerAddressType getBusinessInformation()
CustomerAddressType
public void setBusinessInformation(CustomerAddressType value)
value
- allowed object is
CustomerAddressType
public String getMerchantTimeZone()
String
public void setMerchantTimeZone(String value)
value
- allowed object is
String
public ArrayOfContactDetail getContactDetails()
ArrayOfContactDetail
public void setContactDetails(ArrayOfContactDetail value)
value
- allowed object is
ArrayOfContactDetail
Copyright © 2021. All rights reserved.