java.lang.Object
de.hybris.platform.acceleratorservices.payment.data.AuthReplyData
All Implemented Interfaces:
Serializable

public class AuthReplyData extends Object implements Serializable
See Also:
  • Constructor Details

    • AuthReplyData

      public AuthReplyData()
  • Method Details

    • setCcAuthReplyReasonCode

      public void setCcAuthReplyReasonCode(Integer ccAuthReplyReasonCode)
    • getCcAuthReplyReasonCode

      public Integer getCcAuthReplyReasonCode()
    • setCcAuthReplyAuthorizationCode

      public void setCcAuthReplyAuthorizationCode(String ccAuthReplyAuthorizationCode)
    • getCcAuthReplyAuthorizationCode

      public String getCcAuthReplyAuthorizationCode()
    • setCcAuthReplyCvCode

      public void setCcAuthReplyCvCode(String ccAuthReplyCvCode)
    • getCcAuthReplyCvCode

      public String getCcAuthReplyCvCode()
    • setCvnDecision

      public void setCvnDecision(Boolean cvnDecision)
    • getCvnDecision

      public Boolean getCvnDecision()
    • setCcAuthReplyAvsCodeRaw

      public void setCcAuthReplyAvsCodeRaw(String ccAuthReplyAvsCodeRaw)
    • getCcAuthReplyAvsCodeRaw

      public String getCcAuthReplyAvsCodeRaw()
    • setCcAuthReplyAvsCode

      public void setCcAuthReplyAvsCode(String ccAuthReplyAvsCode)
    • getCcAuthReplyAvsCode

      public String getCcAuthReplyAvsCode()
    • setCcAuthReplyAmount

      public void setCcAuthReplyAmount(BigDecimal ccAuthReplyAmount)
    • getCcAuthReplyAmount

      public BigDecimal getCcAuthReplyAmount()
    • setCcAuthReplyProcessorResponse

      public void setCcAuthReplyProcessorResponse(String ccAuthReplyProcessorResponse)
    • getCcAuthReplyProcessorResponse

      public String getCcAuthReplyProcessorResponse()
    • setCcAuthReplyAuthorizedDateTime

      public void setCcAuthReplyAuthorizedDateTime(String ccAuthReplyAuthorizedDateTime)
    • getCcAuthReplyAuthorizedDateTime

      public String getCcAuthReplyAuthorizedDateTime()