Class CreateCustomerShippingAddressRequest

  • All Implemented Interfaces:
    Serializable

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

      • customerProfileId

        protected String customerProfileId
      • defaultShippingAddress

        protected Boolean defaultShippingAddress
    • Constructor Detail

      • CreateCustomerShippingAddressRequest

        public CreateCustomerShippingAddressRequest()
    • 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
      • 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