Class AuthReplyData
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.payment.data.AuthReplyData
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthReplyData extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthReplyData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigDecimalgetCcAuthReplyAmount()java.lang.StringgetCcAuthReplyAuthorizationCode()java.lang.StringgetCcAuthReplyAuthorizedDateTime()java.lang.StringgetCcAuthReplyAvsCode()java.lang.StringgetCcAuthReplyAvsCodeRaw()java.lang.StringgetCcAuthReplyCvCode()java.lang.StringgetCcAuthReplyProcessorResponse()java.lang.IntegergetCcAuthReplyReasonCode()java.lang.BooleangetCvnDecision()voidsetCcAuthReplyAmount(java.math.BigDecimal ccAuthReplyAmount)voidsetCcAuthReplyAuthorizationCode(java.lang.String ccAuthReplyAuthorizationCode)voidsetCcAuthReplyAuthorizedDateTime(java.lang.String ccAuthReplyAuthorizedDateTime)voidsetCcAuthReplyAvsCode(java.lang.String ccAuthReplyAvsCode)voidsetCcAuthReplyAvsCodeRaw(java.lang.String ccAuthReplyAvsCodeRaw)voidsetCcAuthReplyCvCode(java.lang.String ccAuthReplyCvCode)voidsetCcAuthReplyProcessorResponse(java.lang.String ccAuthReplyProcessorResponse)voidsetCcAuthReplyReasonCode(java.lang.Integer ccAuthReplyReasonCode)voidsetCvnDecision(java.lang.Boolean cvnDecision)
-
-
-
Method Detail
-
setCcAuthReplyReasonCode
public void setCcAuthReplyReasonCode(java.lang.Integer ccAuthReplyReasonCode)
-
getCcAuthReplyReasonCode
public java.lang.Integer getCcAuthReplyReasonCode()
-
setCcAuthReplyAuthorizationCode
public void setCcAuthReplyAuthorizationCode(java.lang.String ccAuthReplyAuthorizationCode)
-
getCcAuthReplyAuthorizationCode
public java.lang.String getCcAuthReplyAuthorizationCode()
-
setCcAuthReplyCvCode
public void setCcAuthReplyCvCode(java.lang.String ccAuthReplyCvCode)
-
getCcAuthReplyCvCode
public java.lang.String getCcAuthReplyCvCode()
-
setCvnDecision
public void setCvnDecision(java.lang.Boolean cvnDecision)
-
getCvnDecision
public java.lang.Boolean getCvnDecision()
-
setCcAuthReplyAvsCodeRaw
public void setCcAuthReplyAvsCodeRaw(java.lang.String ccAuthReplyAvsCodeRaw)
-
getCcAuthReplyAvsCodeRaw
public java.lang.String getCcAuthReplyAvsCodeRaw()
-
setCcAuthReplyAvsCode
public void setCcAuthReplyAvsCode(java.lang.String ccAuthReplyAvsCode)
-
getCcAuthReplyAvsCode
public java.lang.String getCcAuthReplyAvsCode()
-
setCcAuthReplyAmount
public void setCcAuthReplyAmount(java.math.BigDecimal ccAuthReplyAmount)
-
getCcAuthReplyAmount
public java.math.BigDecimal getCcAuthReplyAmount()
-
setCcAuthReplyProcessorResponse
public void setCcAuthReplyProcessorResponse(java.lang.String ccAuthReplyProcessorResponse)
-
getCcAuthReplyProcessorResponse
public java.lang.String getCcAuthReplyProcessorResponse()
-
setCcAuthReplyAuthorizedDateTime
public void setCcAuthReplyAuthorizedDateTime(java.lang.String ccAuthReplyAuthorizedDateTime)
-
getCcAuthReplyAuthorizedDateTime
public java.lang.String getCcAuthReplyAuthorizedDateTime()
-
-