Class BatchSummary

java.lang.Object
com.blockchyp.client.dto.BatchSummary

public class BatchSummary extends Object
Models high level information about a single batch.
  • Constructor Details

    • BatchSummary

      public BatchSummary()
  • Method Details

    • setBatchId

      public void setBatchId(String value)
      Sets batch identifier.
      Parameters:
      value - batch identifier.
    • getBatchId

      public String getBatchId()
      Gets batch identifier.
      Returns:
      batch identifier.
    • setEntryMethod

      public void setEntryMethod(String value)
      Sets entry method for the batch, if any.
      Parameters:
      value - entry method for the batch, if any.
    • getEntryMethod

      public String getEntryMethod()
      Gets entry method for the batch, if any.
      Returns:
      entry method for the batch, if any.
    • setDestinationAccountId

      public void setDestinationAccountId(String value)
      Sets merchant deposit account into which proceeds should be deposited.
      Parameters:
      value - merchant deposit account into which proceeds should be deposited.
    • getDestinationAccountId

      public String getDestinationAccountId()
      Gets merchant deposit account into which proceeds should be deposited.
      Returns:
      merchant deposit account into which proceeds should be deposited.
    • setCapturedAmount

      public void setCapturedAmount(String value)
      Sets the new captured amount.
      Parameters:
      value - the new captured amount.
    • getCapturedAmount

      public String getCapturedAmount()
      Gets the new captured amount.
      Returns:
      the new captured amount.
    • setOpenPreauths

      public void setOpenPreauths(String value)
      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

      public String 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

      public void setCurrencyCode(String value)
      Sets the currency the batch was settled in.
      Parameters:
      value - the currency the batch was settled in.
    • getCurrencyCode

      public String 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

      public void setOpenDate(Date value)
      Sets date and time of the first transaction for this batch.
      Parameters:
      value - date and time of the first transaction for this batch.
    • getOpenDate

      public Date getOpenDate()
      Gets date and time of the first transaction for this batch.
      Returns:
      date and time of the first transaction for this batch.
    • setCloseDate

      public void setCloseDate(Date value)
      Sets date and time the batch was closed.
      Parameters:
      value - date and time the batch was closed.
    • getCloseDate

      public Date getCloseDate()
      Gets date and time the batch was closed.
      Returns:
      date and time the batch was closed.