Package net.authorize.api.contract.v1
Class SearchCriteriaCustomerProfileType
- java.lang.Object
-
- net.authorize.api.contract.v1.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 Summary
Fields Modifier and Type Field Description protected Stringemailprotected StringmerchantCustomerId
-
Constructor Summary
Constructors Constructor Description SearchCriteriaCustomerProfileType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEmail()Gets the value of the email property.StringgetMerchantCustomerId()Gets the value of the merchantCustomerId property.voidsetEmail(String value)Sets the value of the email property.voidsetMerchantCustomerId(String value)Sets the value of the merchantCustomerId property.
-
-
-
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 isString
-
getEmail
public String getEmail()
Gets the value of the email property.- Returns:
- possible object is
String
-
-