Class ProcessingOptions


  • public class ProcessingOptions
    extends Object

    Java class for processingOptions complex type.

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

     <complexType name="processingOptions">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="isFirstRecurringPayment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="isFirstSubsequentAuth" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="isSubsequentAuth" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="isStoredCredentials" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • isFirstRecurringPayment

        protected Boolean isFirstRecurringPayment
      • isFirstSubsequentAuth

        protected Boolean isFirstSubsequentAuth
      • isSubsequentAuth

        protected Boolean isSubsequentAuth
      • isStoredCredentials

        protected Boolean isStoredCredentials
    • Constructor Detail

      • ProcessingOptions

        public ProcessingOptions()
    • Method Detail

      • isIsFirstRecurringPayment

        public Boolean isIsFirstRecurringPayment()
        Gets the value of the isFirstRecurringPayment property.
        Returns:
        possible object is Boolean
      • setIsFirstRecurringPayment

        public void setIsFirstRecurringPayment​(Boolean value)
        Sets the value of the isFirstRecurringPayment property.
        Parameters:
        value - allowed object is Boolean
      • isIsFirstSubsequentAuth

        public Boolean isIsFirstSubsequentAuth()
        Gets the value of the isFirstSubsequentAuth property.
        Returns:
        possible object is Boolean
      • setIsFirstSubsequentAuth

        public void setIsFirstSubsequentAuth​(Boolean value)
        Sets the value of the isFirstSubsequentAuth property.
        Parameters:
        value - allowed object is Boolean
      • isIsSubsequentAuth

        public Boolean isIsSubsequentAuth()
        Gets the value of the isSubsequentAuth property.
        Returns:
        possible object is Boolean
      • setIsSubsequentAuth

        public void setIsSubsequentAuth​(Boolean value)
        Sets the value of the isSubsequentAuth property.
        Parameters:
        value - allowed object is Boolean
      • isIsStoredCredentials

        public Boolean isIsStoredCredentials()
        Gets the value of the isStoredCredentials property.
        Returns:
        possible object is Boolean
      • setIsStoredCredentials

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