Class AuthReplyData
java.lang.Object
de.hybris.platform.acceleratorservices.payment.data.AuthReplyData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCcAuthReplyAmount(BigDecimal ccAuthReplyAmount) voidsetCcAuthReplyAuthorizationCode(String ccAuthReplyAuthorizationCode) voidsetCcAuthReplyAuthorizedDateTime(String ccAuthReplyAuthorizedDateTime) voidsetCcAuthReplyAvsCode(String ccAuthReplyAvsCode) voidsetCcAuthReplyAvsCodeRaw(String ccAuthReplyAvsCodeRaw) voidsetCcAuthReplyCvCode(String ccAuthReplyCvCode) voidsetCcAuthReplyProcessorResponse(String ccAuthReplyProcessorResponse) voidsetCcAuthReplyReasonCode(Integer ccAuthReplyReasonCode) voidsetCvnDecision(Boolean cvnDecision)
-
Constructor Details
-
AuthReplyData
public AuthReplyData()
-
-
Method Details
-
setCcAuthReplyReasonCode
-
getCcAuthReplyReasonCode
-
setCcAuthReplyAuthorizationCode
-
getCcAuthReplyAuthorizationCode
-
setCcAuthReplyCvCode
-
getCcAuthReplyCvCode
-
setCvnDecision
-
getCvnDecision
-
setCcAuthReplyAvsCodeRaw
-
getCcAuthReplyAvsCodeRaw
-
setCcAuthReplyAvsCode
-
getCcAuthReplyAvsCode
-
setCcAuthReplyAmount
-
getCcAuthReplyAmount
-
setCcAuthReplyProcessorResponse
-
getCcAuthReplyProcessorResponse
-
setCcAuthReplyAuthorizedDateTime
-
getCcAuthReplyAuthorizedDateTime
-