Package net.authorize.api.contract.v1
Class GetMerchantDetailsResponse
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiResponse
-
- net.authorize.api.contract.v1.GetMerchantDetailsResponse
-
- All Implemented Interfaces:
Serializable
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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CustomerAddressTypebusinessInformationprotected ArrayOfContactDetailcontactDetailsprotected ArrayOfCurrencyCodecurrenciesprotected StringgatewayIdprotected BooleanisTestModeprotected ArrayOfMarketTypemarketTypesprotected StringmerchantNameprotected StringmerchantTimeZoneprotected ArrayOfPaymentMethodpaymentMethodsprotected ArrayOfProcessorTypeprocessorsprotected ArrayOfProductCodeproductCodesprotected StringpublicClientKey-
Fields inherited from class net.authorize.api.contract.v1.ANetApiResponse
messages, refId, sessionToken
-
-
Constructor Summary
Constructors Constructor Description GetMerchantDetailsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerAddressTypegetBusinessInformation()Gets the value of the businessInformation property.ArrayOfContactDetailgetContactDetails()Gets the value of the contactDetails property.ArrayOfCurrencyCodegetCurrencies()Gets the value of the currencies property.StringgetGatewayId()Gets the value of the gatewayId property.ArrayOfMarketTypegetMarketTypes()Gets the value of the marketTypes property.StringgetMerchantName()Gets the value of the merchantName property.StringgetMerchantTimeZone()Gets the value of the merchantTimeZone property.ArrayOfPaymentMethodgetPaymentMethods()Gets the value of the paymentMethods property.ArrayOfProcessorTypegetProcessors()Gets the value of the processors property.ArrayOfProductCodegetProductCodes()Gets the value of the productCodes property.StringgetPublicClientKey()Gets the value of the publicClientKey property.BooleanisIsTestMode()Gets the value of the isTestMode property.voidsetBusinessInformation(CustomerAddressType value)Sets the value of the businessInformation property.voidsetContactDetails(ArrayOfContactDetail value)Sets the value of the contactDetails property.voidsetCurrencies(ArrayOfCurrencyCode value)Sets the value of the currencies property.voidsetGatewayId(String value)Sets the value of the gatewayId property.voidsetIsTestMode(Boolean value)Sets the value of the isTestMode property.voidsetMarketTypes(ArrayOfMarketType value)Sets the value of the marketTypes property.voidsetMerchantName(String value)Sets the value of the merchantName property.voidsetMerchantTimeZone(String value)Sets the value of the merchantTimeZone property.voidsetPaymentMethods(ArrayOfPaymentMethod value)Sets the value of the paymentMethods property.voidsetProcessors(ArrayOfProcessorType value)Sets the value of the processors property.voidsetProductCodes(ArrayOfProductCode value)Sets the value of the productCodes property.voidsetPublicClientKey(String value)Sets the value of the publicClientKey property.-
Methods inherited from class net.authorize.api.contract.v1.ANetApiResponse
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionToken
-
-
-
-
Field Detail
-
isTestMode
protected Boolean isTestMode
-
processors
protected ArrayOfProcessorType processors
-
merchantName
protected String merchantName
-
gatewayId
protected String gatewayId
-
marketTypes
protected ArrayOfMarketType marketTypes
-
productCodes
protected ArrayOfProductCode productCodes
-
paymentMethods
protected ArrayOfPaymentMethod paymentMethods
-
currencies
protected ArrayOfCurrencyCode currencies
-
publicClientKey
protected String publicClientKey
-
businessInformation
protected CustomerAddressType businessInformation
-
merchantTimeZone
protected String merchantTimeZone
-
contactDetails
protected ArrayOfContactDetail contactDetails
-
-
Method Detail
-
isIsTestMode
public Boolean isIsTestMode()
Gets the value of the isTestMode property.- Returns:
- possible object is
Boolean
-
setIsTestMode
public void setIsTestMode(Boolean value)
Sets the value of the isTestMode property.- Parameters:
value- allowed object isBoolean
-
getProcessors
public ArrayOfProcessorType getProcessors()
Gets the value of the processors property.- Returns:
- possible object is
ArrayOfProcessorType
-
setProcessors
public void setProcessors(ArrayOfProcessorType value)
Sets the value of the processors property.- Parameters:
value- allowed object isArrayOfProcessorType
-
getMerchantName
public String getMerchantName()
Gets the value of the merchantName property.- Returns:
- possible object is
String
-
setMerchantName
public void setMerchantName(String value)
Sets the value of the merchantName property.- Parameters:
value- allowed object isString
-
getGatewayId
public String getGatewayId()
Gets the value of the gatewayId property.- Returns:
- possible object is
String
-
setGatewayId
public void setGatewayId(String value)
Sets the value of the gatewayId property.- Parameters:
value- allowed object isString
-
getMarketTypes
public ArrayOfMarketType getMarketTypes()
Gets the value of the marketTypes property.- Returns:
- possible object is
ArrayOfMarketType
-
setMarketTypes
public void setMarketTypes(ArrayOfMarketType value)
Sets the value of the marketTypes property.- Parameters:
value- allowed object isArrayOfMarketType
-
getProductCodes
public ArrayOfProductCode getProductCodes()
Gets the value of the productCodes property.- Returns:
- possible object is
ArrayOfProductCode
-
setProductCodes
public void setProductCodes(ArrayOfProductCode value)
Sets the value of the productCodes property.- Parameters:
value- allowed object isArrayOfProductCode
-
getPaymentMethods
public ArrayOfPaymentMethod getPaymentMethods()
Gets the value of the paymentMethods property.- Returns:
- possible object is
ArrayOfPaymentMethod
-
setPaymentMethods
public void setPaymentMethods(ArrayOfPaymentMethod value)
Sets the value of the paymentMethods property.- Parameters:
value- allowed object isArrayOfPaymentMethod
-
getCurrencies
public ArrayOfCurrencyCode getCurrencies()
Gets the value of the currencies property.- Returns:
- possible object is
ArrayOfCurrencyCode
-
setCurrencies
public void setCurrencies(ArrayOfCurrencyCode value)
Sets the value of the currencies property.- Parameters:
value- allowed object isArrayOfCurrencyCode
-
getPublicClientKey
public String getPublicClientKey()
Gets the value of the publicClientKey property.- Returns:
- possible object is
String
-
setPublicClientKey
public void setPublicClientKey(String value)
Sets the value of the publicClientKey property.- Parameters:
value- allowed object isString
-
getBusinessInformation
public CustomerAddressType getBusinessInformation()
Gets the value of the businessInformation property.- Returns:
- possible object is
CustomerAddressType
-
setBusinessInformation
public void setBusinessInformation(CustomerAddressType value)
Sets the value of the businessInformation property.- Parameters:
value- allowed object isCustomerAddressType
-
getMerchantTimeZone
public String getMerchantTimeZone()
Gets the value of the merchantTimeZone property.- Returns:
- possible object is
String
-
setMerchantTimeZone
public void setMerchantTimeZone(String value)
Sets the value of the merchantTimeZone property.- Parameters:
value- allowed object isString
-
getContactDetails
public ArrayOfContactDetail getContactDetails()
Gets the value of the contactDetails property.- Returns:
- possible object is
ArrayOfContactDetail
-
setContactDetails
public void setContactDetails(ArrayOfContactDetail value)
Sets the value of the contactDetails property.- Parameters:
value- allowed object isArrayOfContactDetail
-
-