Class 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 Detail

      • customerProfileId

        protected String customerProfileId
      • validationDirectResponseList

        protected ArrayOfString validationDirectResponseList
    • Constructor Detail

      • CreateCustomerProfileResponse

        public CreateCustomerProfileResponse()
    • 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 is String
      • 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 is ArrayOfNumericString
      • 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 is ArrayOfNumericString
      • 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 is ArrayOfString