public class BatchDetailsResponse extends Object implements IAbstractAcknowledgement
Constructor and Description |
---|
BatchDetailsResponse() |
Modifier and Type | Method and Description |
---|---|
void |
addVolumeByTerminal(TerminalVolume value)
Adds a merchant's batch history in descending order.
|
String |
getBatchId()
Gets batch identifier.
|
String |
getCapturedAmount()
Gets the new captured amount.
|
Date |
getCloseDate()
Gets date and time the batch was closed.
|
String |
getDestinationAccountId()
Gets merchant deposit account into which proceeds should be deposited.
|
String |
getEntryMethod()
Gets entry method for the batch, if any.
|
String |
getError()
Gets the error, if an error occurred.
|
String |
getExpectedDeposit()
Gets the expected volume for this batch, usually captured volume less gift card
volume.
|
String |
getGiftCardsSold()
Gets the total volume of gift cards sold.
|
String |
getGiftCardVolume()
Gets the total volume of gift cards transactions.
|
Date |
getOpenDate()
Gets date and time of the first transaction for this batch.
|
String |
getOpenPreauths()
Gets preauths from this batch still open.
|
String |
getResponseDescription()
Gets a narrative description of the transaction result.
|
String |
getTotalVolume()
Gets the total volume from this batch.
|
int |
getTransactionCount()
Gets the total number of transactions in this batch.
|
Collection<TerminalVolume> |
getVolumeByTerminal()
Gets merchant's batch history in descending order.
|
boolean |
isOpen()
Gets flag indicating whether or not the batch is open.
|
boolean |
isSuccess()
Gets whether or not the request succeeded.
|
boolean |
isTest()
Gets that the response came from the test gateway.
|
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 |
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 |
setError(String value)
Sets the error, if an error occurred.
|
void |
setExpectedDeposit(String value)
Sets the expected volume for this batch, usually captured volume less gift card
volume.
|
void |
setGiftCardsSold(String value)
Sets the total volume of gift cards sold.
|
void |
setGiftCardVolume(String value)
Sets the total volume of gift cards transactions.
|
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 preauths from this batch still open.
|
void |
setResponseDescription(String value)
Sets a narrative description of the transaction result.
|
void |
setSuccess(boolean value)
Sets whether or not the request succeeded.
|
void |
setTest(boolean value)
Sets that the response came from the test gateway.
|
void |
setTotalVolume(String value)
Sets the total volume from this batch.
|
void |
setTransactionCount(int value)
Sets the total number of transactions in this batch.
|
void |
setVolumeByTerminal(Collection<TerminalVolume> value)
Sets merchant's batch history in descending order.
|
public void setSuccess(boolean value)
value
- whether or not the request succeeded.public boolean isSuccess()
isSuccess
in interface IAbstractAcknowledgement
public void setError(String value)
value
- the error, if an error occurred.public String getError()
getError
in interface IAbstractAcknowledgement
public void setResponseDescription(String value)
value
- a narrative description of the transaction result.public String getResponseDescription()
getResponseDescription
in interface IAbstractAcknowledgement
public void setTest(boolean value)
value
- that the response came from the test gateway.public boolean isTest()
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
- preauths from this batch still open.public String getOpenPreauths()
public void setTotalVolume(String value)
value
- the total volume from this batch.public String getTotalVolume()
public void setTransactionCount(int value)
value
- the total number of transactions in this batch.public int getTransactionCount()
public void setGiftCardsSold(String value)
value
- the total volume of gift cards sold.public String getGiftCardsSold()
public void setGiftCardVolume(String value)
value
- the total volume of gift cards transactions.public String getGiftCardVolume()
public void setExpectedDeposit(String value)
value
- the expected volume for this batch, usually captured volume less gift
card volume.public String getExpectedDeposit()
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()
public void setVolumeByTerminal(Collection<TerminalVolume> value)
value
- merchant's batch history in descending order.public Collection<TerminalVolume> getVolumeByTerminal()
public void addVolumeByTerminal(TerminalVolume value)
value
- merchant's batch history in descending order.Copyright © 2022 BlockChyp, Inc.. All rights reserved.