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