public class CisPaymentProfileResult extends CisPaymentTransactionResult
| Constructor and Description |
|---|
CisPaymentProfileResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComments() |
CisCreditCard |
getCreditCard() |
java.lang.String |
getCurrency() |
CisAddress |
getCustomerAddress() |
CisCvnDecision |
getCvnDecision() |
CisPaymentTransactionResult |
getValidationResult() |
void |
setComments(java.lang.String comments) |
void |
setCreditCard(CisCreditCard creditCard) |
void |
setCurrency(java.lang.String currency) |
void |
setCustomerAddress(CisAddress customerAddress) |
void |
setCvnDecision(CisCvnDecision cvnDecision) |
void |
setValidationResult(CisPaymentTransactionResult validationResult) |
getAmount, getBalance, getClientAuthorizationId, getRequest, getTransactionVerificationKey, setAmount, setBalance, setClientAuthorizationId, setRequest, setTransactionVerificationKey, toStringgetClientRefId, getDecision, getHref, getId, getVendorId, getVendorReasonCode, getVendorResponses, getVendorStatusCode, setClientRefId, setDecision, setHref, setId, setVendorId, setVendorReasonCode, setVendorResponses, setVendorStatusCodepublic CisPaymentTransactionResult getValidationResult()
public void setValidationResult(CisPaymentTransactionResult validationResult)
public java.lang.String getCurrency()
public void setCurrency(java.lang.String currency)
public CisAddress getCustomerAddress()
public void setCustomerAddress(CisAddress customerAddress)
public java.lang.String getComments()
public void setComments(java.lang.String comments)
public CisCreditCard getCreditCard()
public void setCreditCard(CisCreditCard creditCard)
public void setCvnDecision(CisCvnDecision cvnDecision)
public CisCvnDecision getCvnDecision()
Copyright © 2018 SAP SE. All Rights Reserved.