public class SubsequentAuthInformation
extends java.lang.Object
Java class for subsequentAuthInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="subsequentAuthInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="originalNetworkTransId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}networkTransId" minOccurs="0"/>
<element name="reason" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}merchantInitTransReasonEnum" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
originalNetworkTransId |
protected MerchantInitTransReasonEnum |
reason |
| Constructor and Description |
|---|
SubsequentAuthInformation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOriginalNetworkTransId()
Gets the value of the originalNetworkTransId property.
|
MerchantInitTransReasonEnum |
getReason()
Gets the value of the reason property.
|
void |
setOriginalNetworkTransId(java.lang.String value)
Sets the value of the originalNetworkTransId property.
|
void |
setReason(MerchantInitTransReasonEnum value)
Sets the value of the reason property.
|
protected java.lang.String originalNetworkTransId
protected MerchantInitTransReasonEnum reason
public java.lang.String getOriginalNetworkTransId()
Stringpublic void setOriginalNetworkTransId(java.lang.String value)
value - allowed object is
Stringpublic MerchantInitTransReasonEnum getReason()
MerchantInitTransReasonEnumpublic void setReason(MerchantInitTransReasonEnum value)
value - allowed object is
MerchantInitTransReasonEnumCopyright © 2018. All Rights Reserved.