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="originalAuthAmount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<minInclusive value="0.00"/>
<fractionDigits value="4"/>
</restriction>
</simpleType>
</element>
<element name="reason" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}merchantInitTransReasonEnum" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
originalAuthAmount |
protected String |
originalNetworkTransId |
protected MerchantInitTransReasonEnum |
reason |
| Constructor and Description |
|---|
SubsequentAuthInformation() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getOriginalAuthAmount()
Gets the value of the originalAuthAmount property.
|
String |
getOriginalNetworkTransId()
Gets the value of the originalNetworkTransId property.
|
MerchantInitTransReasonEnum |
getReason()
Gets the value of the reason property.
|
void |
setOriginalAuthAmount(BigDecimal value)
Sets the value of the originalAuthAmount 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 BigDecimal originalAuthAmount
protected MerchantInitTransReasonEnum reason
public String getOriginalNetworkTransId()
Stringpublic void setOriginalNetworkTransId(String value)
value - allowed object is
Stringpublic BigDecimal getOriginalAuthAmount()
BigDecimalpublic void setOriginalAuthAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic MerchantInitTransReasonEnum getReason()
MerchantInitTransReasonEnumpublic void setReason(MerchantInitTransReasonEnum value)
value - allowed object is
MerchantInitTransReasonEnumCopyright © 2021. All rights reserved.