public class CloseBatchResponse extends Acknowledgement
| Constructor and Description |
|---|
CloseBatchResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCapturedTotal()
Returns the total captured amount for the batch.
|
Map |
getCardBrands()
Returns captured totals by card brand.
|
String |
getCurrencyCode()
Returns the currency code for this batch.
|
String |
getOpenPreauths()
Returns the total of preauths opened for this batch that were not captured.
|
Date |
getTimestamp()
Returns the timestamp on the server at the time the heartbeat request was processed.
|
boolean |
isSuccess()
Returns the success flag.
|
void |
setCapturedTotal(String capturedTotal)
Sets the captured total.
|
void |
setCardBrands(Map cardBrands)
Sets captured totals by card brands map.
|
void |
setCurrencyCode(String currencyCode)
Sets the currency code.
|
void |
setOpenPreauths(String openPreauths)
Sets the open preauth total.
|
void |
setSuccess(boolean success)
Sets the success flag.
|
void |
setTimestamp(Date timestamp)
Sets the timestamp.
|
getError, setErrorpublic Date getTimestamp()
public void setTimestamp(Date timestamp)
timestamp - java.util.Datepublic boolean isSuccess()
isSuccess in class Acknowledgementpublic void setSuccess(boolean success)
setSuccess in class Acknowledgementsuccess - success flag.public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
currencyCode - ISO currency code.public String getCapturedTotal()
public void setCapturedTotal(String capturedTotal)
capturedTotal - captured total.public String getOpenPreauths()
public void setOpenPreauths(String openPreauths)
openPreauths - open peauth total.public Map getCardBrands()
public void setCardBrands(Map cardBrands)
cardBrands - captured totals grouped by card brand.Copyright © 2019 BlockChyp, Inc.. All rights reserved.