Package net.authorize.api.contract.v1
Class CreateCustomerProfileRequest
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiRequest
-
- net.authorize.api.contract.v1.CreateCustomerProfileRequest
-
- All Implemented Interfaces:
Serializable
public class CreateCustomerProfileRequest extends ANetApiRequest
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}ANetApiRequest"> <sequence> <element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileType"/> <element name="validationMode" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}validationModeEnum" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CustomerProfileType
profile
protected ValidationModeEnum
validationMode
-
Fields inherited from class net.authorize.api.contract.v1.ANetApiRequest
clientId, merchantAuthentication, refId
-
-
Constructor Summary
Constructors Constructor Description CreateCustomerProfileRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerProfileType
getProfile()
Gets the value of the profile property.ValidationModeEnum
getValidationMode()
Gets the value of the validationMode property.void
setProfile(CustomerProfileType value)
Sets the value of the profile property.void
setValidationMode(ValidationModeEnum value)
Sets the value of the validationMode property.-
Methods inherited from class net.authorize.api.contract.v1.ANetApiRequest
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefId
-
-
-
-
Field Detail
-
profile
protected CustomerProfileType profile
-
validationMode
protected ValidationModeEnum validationMode
-
-
Method Detail
-
getProfile
public CustomerProfileType getProfile()
Gets the value of the profile property.- Returns:
- possible object is
CustomerProfileType
-
setProfile
public void setProfile(CustomerProfileType value)
Sets the value of the profile property.- Parameters:
value
- allowed object isCustomerProfileType
-
getValidationMode
public ValidationModeEnum getValidationMode()
Gets the value of the validationMode property.- Returns:
- possible object is
ValidationModeEnum
-
setValidationMode
public void setValidationMode(ValidationModeEnum value)
Sets the value of the validationMode property.- Parameters:
value
- allowed object isValidationModeEnum
-
-