Package com.blockchyp.client.dto
Class BatchSummary
java.lang.Object
com.blockchyp.client.dto.BatchSummary
Models high level information about a single batch.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets batch identifier.Gets the new captured amount.Gets date and time the batch was closed.Gets the currency the batch was settled in.Gets merchant deposit account into which proceeds should be deposited.Gets entry method for the batch, if any.Gets date and time of the first transaction for this batch.Gets the amount of preauths opened during the batch that have not been captured.booleanisOpen()Gets flag indicating whether or not the batch is open.voidsetBatchId(String value) Sets batch identifier.voidsetCapturedAmount(String value) Sets the new captured amount.voidsetCloseDate(Date value) Sets date and time the batch was closed.voidsetCurrencyCode(String value) Sets the currency the batch was settled in.voidsetDestinationAccountId(String value) Sets merchant deposit account into which proceeds should be deposited.voidsetEntryMethod(String value) Sets entry method for the batch, if any.voidsetOpen(boolean value) Sets flag indicating whether or not the batch is open.voidsetOpenDate(Date value) Sets date and time of the first transaction for this batch.voidsetOpenPreauths(String value) Sets the amount of preauths opened during the batch that have not been captured.
-
Constructor Details
-
BatchSummary
public BatchSummary()
-
-
Method Details
-
setBatchId
Sets batch identifier.- Parameters:
value- batch identifier.
-
getBatchId
Gets batch identifier.- Returns:
- batch identifier.
-
setEntryMethod
Sets entry method for the batch, if any.- Parameters:
value- entry method for the batch, if any.
-
getEntryMethod
Gets entry method for the batch, if any.- Returns:
- entry method for the batch, if any.
-
setDestinationAccountId
Sets merchant deposit account into which proceeds should be deposited.- Parameters:
value- merchant deposit account into which proceeds should be deposited.
-
getDestinationAccountId
Gets merchant deposit account into which proceeds should be deposited.- Returns:
- merchant deposit account into which proceeds should be deposited.
-
setCapturedAmount
Sets the new captured amount.- Parameters:
value- the new captured amount.
-
getCapturedAmount
Gets the new captured amount.- Returns:
- the new captured amount.
-
setOpenPreauths
Sets the amount of preauths opened during the batch that have not been captured.- Parameters:
value- the amount of preauths opened during the batch that have not been captured.
-
getOpenPreauths
Gets the amount of preauths opened during the batch that have not been captured.- Returns:
- the amount of preauths opened during the batch that have not been captured.
-
setCurrencyCode
Sets the currency the batch was settled in.- Parameters:
value- the currency the batch was settled in.
-
getCurrencyCode
Gets the currency the batch was settled in.- Returns:
- the currency the batch was settled in.
-
setOpen
public void setOpen(boolean value) Sets flag indicating whether or not the batch is open.- Parameters:
value- flag indicating whether or not the batch is open.
-
isOpen
public boolean isOpen()Gets flag indicating whether or not the batch is open.- Returns:
- flag indicating whether or not the batch is open.
-
setOpenDate
Sets date and time of the first transaction for this batch.- Parameters:
value- date and time of the first transaction for this batch.
-
getOpenDate
Gets date and time of the first transaction for this batch.- Returns:
- date and time of the first transaction for this batch.
-
setCloseDate
Sets date and time the batch was closed.- Parameters:
value- date and time the batch was closed.
-
getCloseDate
Gets date and time the batch was closed.- Returns:
- date and time the batch was closed.
-