public class AuthReplyData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AuthReplyData() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigDecimal |
getCcAuthReplyAmount() |
java.lang.String |
getCcAuthReplyAuthorizationCode() |
java.lang.String |
getCcAuthReplyAuthorizedDateTime() |
java.lang.String |
getCcAuthReplyAvsCode() |
java.lang.String |
getCcAuthReplyAvsCodeRaw() |
java.lang.String |
getCcAuthReplyCvCode() |
java.lang.String |
getCcAuthReplyProcessorResponse() |
java.lang.Integer |
getCcAuthReplyReasonCode() |
java.lang.Boolean |
getCvnDecision() |
void |
setCcAuthReplyAmount(java.math.BigDecimal ccAuthReplyAmount) |
void |
setCcAuthReplyAuthorizationCode(java.lang.String ccAuthReplyAuthorizationCode) |
void |
setCcAuthReplyAuthorizedDateTime(java.lang.String ccAuthReplyAuthorizedDateTime) |
void |
setCcAuthReplyAvsCode(java.lang.String ccAuthReplyAvsCode) |
void |
setCcAuthReplyAvsCodeRaw(java.lang.String ccAuthReplyAvsCodeRaw) |
void |
setCcAuthReplyCvCode(java.lang.String ccAuthReplyCvCode) |
void |
setCcAuthReplyProcessorResponse(java.lang.String ccAuthReplyProcessorResponse) |
void |
setCcAuthReplyReasonCode(java.lang.Integer ccAuthReplyReasonCode) |
void |
setCvnDecision(java.lang.Boolean cvnDecision) |
public void setCcAuthReplyReasonCode(java.lang.Integer ccAuthReplyReasonCode)
public java.lang.Integer getCcAuthReplyReasonCode()
public void setCcAuthReplyAuthorizationCode(java.lang.String ccAuthReplyAuthorizationCode)
public java.lang.String getCcAuthReplyAuthorizationCode()
public void setCcAuthReplyCvCode(java.lang.String ccAuthReplyCvCode)
public java.lang.String getCcAuthReplyCvCode()
public void setCvnDecision(java.lang.Boolean cvnDecision)
public java.lang.Boolean getCvnDecision()
public void setCcAuthReplyAvsCodeRaw(java.lang.String ccAuthReplyAvsCodeRaw)
public java.lang.String getCcAuthReplyAvsCodeRaw()
public void setCcAuthReplyAvsCode(java.lang.String ccAuthReplyAvsCode)
public java.lang.String getCcAuthReplyAvsCode()
public void setCcAuthReplyAmount(java.math.BigDecimal ccAuthReplyAmount)
public java.math.BigDecimal getCcAuthReplyAmount()
public void setCcAuthReplyProcessorResponse(java.lang.String ccAuthReplyProcessorResponse)
public java.lang.String getCcAuthReplyProcessorResponse()
public void setCcAuthReplyAuthorizedDateTime(java.lang.String ccAuthReplyAuthorizedDateTime)
public java.lang.String getCcAuthReplyAuthorizedDateTime()
Copyright © 2018 SAP SE. All Rights Reserved.