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.
|
String |
getCurrencyCode()
Gets the currency the batch was settled in.
|
String |
getDestinationAccountId()
Gets merchant deposit account into which proceeds should be deposited.
|
String |
getEntryMethod()
Gets entry method for the batch, if any.
|
Date |
getOpenDate()
Gets date and time of the first transaction for this batch.
|
String |
getOpenPreauths()
Gets the amount of preauths opened during the batch that have not been captured.
|
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 |
setCurrencyCode(String value)
Sets the currency the batch was settled in.
|
void |
setDestinationAccountId(String value)
Sets merchant deposit account into which proceeds should be deposited.
|
void |
setEntryMethod(String value)
Sets entry method for the batch, if any.
|
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.
|
void |
setOpenPreauths(String value)
Sets the amount of preauths opened during the batch that have not been captured.
|
public void setBatchId(String value)
value
- batch identifier.public String getBatchId()
public void setEntryMethod(String value)
value
- entry method for the batch, if any.public String getEntryMethod()
public void setDestinationAccountId(String value)
value
- merchant deposit account into which proceeds should be deposited.public String getDestinationAccountId()
public void setCapturedAmount(String value)
value
- the new captured amount.public String getCapturedAmount()
public void setOpenPreauths(String value)
value
- the amount of preauths opened during the batch that have not been
captured.public String getOpenPreauths()
public void setCurrencyCode(String value)
value
- the currency the batch was settled in.public String getCurrencyCode()
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 © 2022 BlockChyp, Inc.. All rights reserved.