public class CaptureResult extends AbstractResult
CaptureCommand| Constructor and Description |
|---|
CaptureResult() |
| Modifier and Type | Method and Description |
|---|---|
Currency |
getCurrency() |
Date |
getRequestTime() |
BigDecimal |
getTotalAmount() |
void |
setCurrency(Currency currency) |
void |
setRequestTime(Date requestTime) |
void |
setTotalAmount(BigDecimal totalAmount) |
getMerchantTransactionCode, getReconciliationId, getRequestId, getRequestToken, getTransactionStatus, getTransactionStatusDetails, setMerchantTransactionCode, setReconciliationId, setRequestId, setRequestToken, setTransactionStatus, setTransactionStatusDetailspublic BigDecimal getTotalAmount()
public void setTotalAmount(BigDecimal totalAmount)
totalAmount - the totalAmount to setpublic Date getRequestTime()
public void setRequestTime(Date requestTime)
requestTime - the requestTime to setpublic Currency getCurrency()
public void setCurrency(Currency currency)
currency - the currency to setCopyright © 2017 SAP SE. All Rights Reserved.