public class BatchSummary extends Object
| Constructor and Description |
|---|
BatchSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBatchId()
Gets batch identifier.
|
String |
getCapturedAmount()
Gets the new captured amount.
|
Date |
getCloseDate()
Gets date and time the batch was closed.
|
Date |
getOpenDate()
Gets date and time of the first transaction for this batch.
|
boolean |
isOpen()
Gets flag indicating whether or not the batch is open.
|
void |
setBatchId(String value)
Sets batch identifier.
|
void |
setCapturedAmount(String value)
Sets the new captured amount.
|
void |
setCloseDate(Date value)
Sets date and time the batch was closed.
|
void |
setOpen(boolean value)
Sets flag indicating whether or not the batch is open.
|
void |
setOpenDate(Date value)
Sets date and time of the first transaction for this batch.
|
public void setBatchId(String value)
value - batch identifier.public String getBatchId()
public void setCapturedAmount(String value)
value - the new captured amount.public String getCapturedAmount()
public void setOpen(boolean value)
value - flag indicating whether or not the batch is open.public boolean isOpen()
public void setOpenDate(Date value)
value - date and time of the first transaction for this batch.public Date getOpenDate()
public void setCloseDate(Date value)
value - date and time the batch was closed.public Date getCloseDate()
Copyright © 2020 BlockChyp, Inc.. All rights reserved.