Class 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
    • Constructor Detail

      • GetMerchantDetailsResponse

        public GetMerchantDetailsResponse()
    • 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 is Boolean
      • 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 is String
      • 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 is String
      • setMarketTypes

        public void setMarketTypes​(ArrayOfMarketType value)
        Sets the value of the marketTypes property.
        Parameters:
        value - allowed object is ArrayOfMarketType
      • 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 is String
      • setBusinessInformation

        public void setBusinessInformation​(CustomerAddressType value)
        Sets the value of the businessInformation property.
        Parameters:
        value - allowed object is CustomerAddressType
      • 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 is String