public class ProcessingOptions
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
isFirstRecurringPayment |
protected java.lang.Boolean |
isFirstSubsequentAuth |
protected java.lang.Boolean |
isStoredCredentials |
protected java.lang.Boolean |
isSubsequentAuth |
| Constructor and Description |
|---|
ProcessingOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
isIsFirstRecurringPayment()
Gets the value of the isFirstRecurringPayment property.
|
java.lang.Boolean |
isIsFirstSubsequentAuth()
Gets the value of the isFirstSubsequentAuth property.
|
java.lang.Boolean |
isIsStoredCredentials()
Gets the value of the isStoredCredentials property.
|
java.lang.Boolean |
isIsSubsequentAuth()
Gets the value of the isSubsequentAuth property.
|
void |
setIsFirstRecurringPayment(java.lang.Boolean value)
Sets the value of the isFirstRecurringPayment property.
|
void |
setIsFirstSubsequentAuth(java.lang.Boolean value)
Sets the value of the isFirstSubsequentAuth property.
|
void |
setIsStoredCredentials(java.lang.Boolean value)
Sets the value of the isStoredCredentials property.
|
void |
setIsSubsequentAuth(java.lang.Boolean value)
Sets the value of the isSubsequentAuth property.
|
protected java.lang.Boolean isFirstRecurringPayment
protected java.lang.Boolean isFirstSubsequentAuth
protected java.lang.Boolean isSubsequentAuth
protected java.lang.Boolean isStoredCredentials
public java.lang.Boolean isIsFirstRecurringPayment()
Booleanpublic void setIsFirstRecurringPayment(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsFirstSubsequentAuth()
Booleanpublic void setIsFirstSubsequentAuth(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsSubsequentAuth()
Booleanpublic void setIsSubsequentAuth(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isIsStoredCredentials()
Booleanpublic void setIsStoredCredentials(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2018. All Rights Reserved.