Class CreateCustomerProfileFromTransactionRequest

  • All Implemented Interfaces:
    Serializable

    public class CreateCustomerProfileFromTransactionRequest
    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="transId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
             <element name="customer" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileBaseType" minOccurs="0"/>
             <element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
             <element name="defaultPaymentProfile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="defaultShippingAddress" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="profileType" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileTypeEnum" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • CreateCustomerProfileFromTransactionRequest

        public CreateCustomerProfileFromTransactionRequest()
    • Method Detail

      • getTransId

        public String getTransId()
        Gets the value of the transId property.
        Returns:
        possible object is String
      • setTransId

        public void setTransId​(String value)
        Sets the value of the transId property.
        Parameters:
        value - allowed object is String
      • 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
      • isDefaultPaymentProfile

        public Boolean isDefaultPaymentProfile()
        Gets the value of the defaultPaymentProfile property.
        Returns:
        possible object is Boolean
      • setDefaultPaymentProfile

        public void setDefaultPaymentProfile​(Boolean value)
        Sets the value of the defaultPaymentProfile property.
        Parameters:
        value - allowed object is Boolean
      • isDefaultShippingAddress

        public Boolean isDefaultShippingAddress()
        Gets the value of the defaultShippingAddress property.
        Returns:
        possible object is Boolean
      • setDefaultShippingAddress

        public void setDefaultShippingAddress​(Boolean value)
        Sets the value of the defaultShippingAddress property.
        Parameters:
        value - allowed object is Boolean