Class ProfileTransOrderType

  • Direct Known Subclasses:
    ProfileTransAuthCaptureType, ProfileTransAuthOnlyType, ProfileTransCaptureOnlyType

    public class ProfileTransOrderType
    extends ProfileTransAmountType

    Java class for profileTransOrderType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="profileTransOrderType">
       <complexContent>
         <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransAmountType">
           <sequence>
             <element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
             <element name="customerPaymentProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
             <element name="customerShippingAddressId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
             <element name="order" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}orderExType" minOccurs="0"/>
             <element name="taxExempt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="recurringBilling" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="cardCode" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}cardCode" minOccurs="0"/>
             <element name="splitTenderId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
             <element name="processingOptions" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}processingOptions" minOccurs="0"/>
             <element name="subsequentAuthInformation" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}subsequentAuthInformation" minOccurs="0"/>
             <element name="authorizationIndicatorType" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}authorizationIndicatorType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ProfileTransOrderType

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

        public String getCustomerPaymentProfileId()
        Gets the value of the customerPaymentProfileId property.
        Returns:
        possible object is String
      • setCustomerPaymentProfileId

        public void setCustomerPaymentProfileId​(String value)
        Sets the value of the customerPaymentProfileId property.
        Parameters:
        value - allowed object is String
      • getCustomerShippingAddressId

        public String getCustomerShippingAddressId()
        Gets the value of the customerShippingAddressId property.
        Returns:
        possible object is String
      • setCustomerShippingAddressId

        public void setCustomerShippingAddressId​(String value)
        Sets the value of the customerShippingAddressId property.
        Parameters:
        value - allowed object is String
      • getOrder

        public OrderExType getOrder()
        Gets the value of the order property.
        Returns:
        possible object is OrderExType
      • setOrder

        public void setOrder​(OrderExType value)
        Sets the value of the order property.
        Parameters:
        value - allowed object is OrderExType
      • isTaxExempt

        public Boolean isTaxExempt()
        Gets the value of the taxExempt property.
        Returns:
        possible object is Boolean
      • setTaxExempt

        public void setTaxExempt​(Boolean value)
        Sets the value of the taxExempt property.
        Parameters:
        value - allowed object is Boolean
      • isRecurringBilling

        public Boolean isRecurringBilling()
        Gets the value of the recurringBilling property.
        Returns:
        possible object is Boolean
      • setRecurringBilling

        public void setRecurringBilling​(Boolean value)
        Sets the value of the recurringBilling property.
        Parameters:
        value - allowed object is Boolean
      • getCardCode

        public String getCardCode()
        Gets the value of the cardCode property.
        Returns:
        possible object is String
      • setCardCode

        public void setCardCode​(String value)
        Sets the value of the cardCode property.
        Parameters:
        value - allowed object is String
      • getSplitTenderId

        public String getSplitTenderId()
        Gets the value of the splitTenderId property.
        Returns:
        possible object is String
      • setSplitTenderId

        public void setSplitTenderId​(String value)
        Sets the value of the splitTenderId property.
        Parameters:
        value - allowed object is String
      • setProcessingOptions

        public void setProcessingOptions​(ProcessingOptions value)
        Sets the value of the processingOptions property.
        Parameters:
        value - allowed object is ProcessingOptions