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