Package net.authorize.api.contract.v1
Class CreateCustomerProfileResponse
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiResponse
-
- net.authorize.api.contract.v1.CreateCustomerProfileResponse
-
- All Implemented Interfaces:
Serializable
public class CreateCustomerProfileResponse 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="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/> <element name="customerPaymentProfileIdList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfNumericString"/> <element name="customerShippingAddressIdList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfNumericString"/> <element name="validationDirectResponseList" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfString"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayOfNumericString
customerPaymentProfileIdList
protected String
customerProfileId
protected ArrayOfNumericString
customerShippingAddressIdList
protected ArrayOfString
validationDirectResponseList
-
Fields inherited from class net.authorize.api.contract.v1.ANetApiResponse
messages, refId, sessionToken
-
-
Constructor Summary
Constructors Constructor Description CreateCustomerProfileResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfNumericString
getCustomerPaymentProfileIdList()
Gets the value of the customerPaymentProfileIdList property.String
getCustomerProfileId()
Gets the value of the customerProfileId property.ArrayOfNumericString
getCustomerShippingAddressIdList()
Gets the value of the customerShippingAddressIdList property.ArrayOfString
getValidationDirectResponseList()
Gets the value of the validationDirectResponseList property.void
setCustomerPaymentProfileIdList(ArrayOfNumericString value)
Sets the value of the customerPaymentProfileIdList property.void
setCustomerProfileId(String value)
Sets the value of the customerProfileId property.void
setCustomerShippingAddressIdList(ArrayOfNumericString value)
Sets the value of the customerShippingAddressIdList property.void
setValidationDirectResponseList(ArrayOfString value)
Sets the value of the validationDirectResponseList property.-
Methods inherited from class net.authorize.api.contract.v1.ANetApiResponse
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionToken
-
-
-
-
Field Detail
-
customerProfileId
protected String customerProfileId
-
customerPaymentProfileIdList
protected ArrayOfNumericString customerPaymentProfileIdList
-
customerShippingAddressIdList
protected ArrayOfNumericString customerShippingAddressIdList
-
validationDirectResponseList
protected ArrayOfString validationDirectResponseList
-
-
Method Detail
-
getCustomerProfileId
public String getCustomerProfileId()
Gets the value of the customerProfileId property.- Returns:
- possible object is
String
-
setCustomerProfileId
public void setCustomerProfileId(String value)
Sets the value of the customerProfileId property.- Parameters:
value
- allowed object isString
-
getCustomerPaymentProfileIdList
public ArrayOfNumericString getCustomerPaymentProfileIdList()
Gets the value of the customerPaymentProfileIdList property.- Returns:
- possible object is
ArrayOfNumericString
-
setCustomerPaymentProfileIdList
public void setCustomerPaymentProfileIdList(ArrayOfNumericString value)
Sets the value of the customerPaymentProfileIdList property.- Parameters:
value
- allowed object isArrayOfNumericString
-
getCustomerShippingAddressIdList
public ArrayOfNumericString getCustomerShippingAddressIdList()
Gets the value of the customerShippingAddressIdList property.- Returns:
- possible object is
ArrayOfNumericString
-
setCustomerShippingAddressIdList
public void setCustomerShippingAddressIdList(ArrayOfNumericString value)
Sets the value of the customerShippingAddressIdList property.- Parameters:
value
- allowed object isArrayOfNumericString
-
getValidationDirectResponseList
public ArrayOfString getValidationDirectResponseList()
Gets the value of the validationDirectResponseList property.- Returns:
- possible object is
ArrayOfString
-
setValidationDirectResponseList
public void setValidationDirectResponseList(ArrayOfString value)
Sets the value of the validationDirectResponseList property.- Parameters:
value
- allowed object isArrayOfString
-
-