Package net.authorize.api.contract.v1
Class ProcessingOptions
- java.lang.Object
-
- net.authorize.api.contract.v1.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 Summary
Fields Modifier and Type Field Description protected BooleanisFirstRecurringPaymentprotected BooleanisFirstSubsequentAuthprotected BooleanisStoredCredentialsprotected BooleanisSubsequentAuth
-
Constructor Summary
Constructors Constructor Description ProcessingOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisIsFirstRecurringPayment()Gets the value of the isFirstRecurringPayment property.BooleanisIsFirstSubsequentAuth()Gets the value of the isFirstSubsequentAuth property.BooleanisIsStoredCredentials()Gets the value of the isStoredCredentials property.BooleanisIsSubsequentAuth()Gets the value of the isSubsequentAuth property.voidsetIsFirstRecurringPayment(Boolean value)Sets the value of the isFirstRecurringPayment property.voidsetIsFirstSubsequentAuth(Boolean value)Sets the value of the isFirstSubsequentAuth property.voidsetIsStoredCredentials(Boolean value)Sets the value of the isStoredCredentials property.voidsetIsSubsequentAuth(Boolean value)Sets the value of the isSubsequentAuth property.
-
-
-
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 isBoolean
-
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 isBoolean
-
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 isBoolean
-
isIsStoredCredentials
public Boolean isIsStoredCredentials()
Gets the value of the isStoredCredentials property.- Returns:
- possible object is
Boolean
-
-