Class SearchCriteriaCustomerProfileType


  • public class SearchCriteriaCustomerProfileType
    extends Object

    Java class for searchCriteriaCustomerProfileType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="searchCriteriaCustomerProfileType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="merchantCustomerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • merchantCustomerId

        protected String merchantCustomerId
      • email

        protected String email
    • Constructor Detail

      • SearchCriteriaCustomerProfileType

        public SearchCriteriaCustomerProfileType()
    • Method Detail

      • getMerchantCustomerId

        public String getMerchantCustomerId()
        Gets the value of the merchantCustomerId property.
        Returns:
        possible object is String
      • setMerchantCustomerId

        public void setMerchantCustomerId​(String value)
        Sets the value of the merchantCustomerId property.
        Parameters:
        value - allowed object is String
      • getEmail

        public String getEmail()
        Gets the value of the email property.
        Returns:
        possible object is String
      • setEmail

        public void setEmail​(String value)
        Sets the value of the email property.
        Parameters:
        value - allowed object is String