Package net.authorize.api.contract.v1
Class SubsequentAuthInformation
- java.lang.Object
-
- net.authorize.api.contract.v1.SubsequentAuthInformation
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected BigDecimaloriginalAuthAmountprotected StringoriginalNetworkTransIdprotected MerchantInitTransReasonEnumreason
-
Constructor Summary
Constructors Constructor Description SubsequentAuthInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetOriginalAuthAmount()Gets the value of the originalAuthAmount property.StringgetOriginalNetworkTransId()Gets the value of the originalNetworkTransId property.MerchantInitTransReasonEnumgetReason()Gets the value of the reason property.voidsetOriginalAuthAmount(BigDecimal value)Sets the value of the originalAuthAmount property.voidsetOriginalNetworkTransId(String value)Sets the value of the originalNetworkTransId property.voidsetReason(MerchantInitTransReasonEnum value)Sets the value of the reason property.
-
-
-
Field Detail
-
originalNetworkTransId
protected String originalNetworkTransId
-
originalAuthAmount
protected BigDecimal originalAuthAmount
-
reason
protected MerchantInitTransReasonEnum reason
-
-
Method Detail
-
getOriginalNetworkTransId
public String getOriginalNetworkTransId()
Gets the value of the originalNetworkTransId property.- Returns:
- possible object is
String
-
setOriginalNetworkTransId
public void setOriginalNetworkTransId(String value)
Sets the value of the originalNetworkTransId property.- Parameters:
value- allowed object isString
-
getOriginalAuthAmount
public BigDecimal getOriginalAuthAmount()
Gets the value of the originalAuthAmount property.- Returns:
- possible object is
BigDecimal
-
setOriginalAuthAmount
public void setOriginalAuthAmount(BigDecimal value)
Sets the value of the originalAuthAmount property.- Parameters:
value- allowed object isBigDecimal
-
getReason
public MerchantInitTransReasonEnum getReason()
Gets the value of the reason property.- Returns:
- possible object is
MerchantInitTransReasonEnum
-
setReason
public void setReason(MerchantInitTransReasonEnum value)
Sets the value of the reason property.- Parameters:
value- allowed object isMerchantInitTransReasonEnum
-
-