public class SubsequentAuthInformation extends 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 String |
originalNetworkTransId |
protected MerchantInitTransReasonEnum |
reason |
| Constructor and Description |
|---|
SubsequentAuthInformation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOriginalNetworkTransId()
Gets the value of the originalNetworkTransId property.
|
MerchantInitTransReasonEnum |
getReason()
Gets the value of the reason property.
|
void |
setOriginalNetworkTransId(String value)
Sets the value of the originalNetworkTransId property.
|
void |
setReason(MerchantInitTransReasonEnum value)
Sets the value of the reason property.
|
protected String originalNetworkTransId
protected MerchantInitTransReasonEnum reason
public String getOriginalNetworkTransId()
Stringpublic void setOriginalNetworkTransId(String value)
value - allowed object is
Stringpublic MerchantInitTransReasonEnum getReason()
MerchantInitTransReasonEnumpublic void setReason(MerchantInitTransReasonEnum value)
value - allowed object is
MerchantInitTransReasonEnumCopyright © 2020. All rights reserved.