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 ArrayOfNumericStringcustomerPaymentProfileIdListprotected StringcustomerProfileIdprotected ArrayOfNumericStringcustomerShippingAddressIdListprotected ArrayOfStringvalidationDirectResponseList-
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 ArrayOfNumericStringgetCustomerPaymentProfileIdList()Gets the value of the customerPaymentProfileIdList property.StringgetCustomerProfileId()Gets the value of the customerProfileId property.ArrayOfNumericStringgetCustomerShippingAddressIdList()Gets the value of the customerShippingAddressIdList property.ArrayOfStringgetValidationDirectResponseList()Gets the value of the validationDirectResponseList property.voidsetCustomerPaymentProfileIdList(ArrayOfNumericString value)Sets the value of the customerPaymentProfileIdList property.voidsetCustomerProfileId(String value)Sets the value of the customerProfileId property.voidsetCustomerShippingAddressIdList(ArrayOfNumericString value)Sets the value of the customerShippingAddressIdList property.voidsetValidationDirectResponseList(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
-
-