Class StatementDeposit

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

public class StatementDeposit extends Object
Models information about merchant deposits during a statement period.
  • Constructor Details

    • StatementDeposit

      public StatementDeposit()
  • Method Details

    • setId

      public void setId(String value)
      Sets the line item id.
      Parameters:
      value - the line item id.
    • getId

      public String getId()
      Gets the line item id.
      Returns:
      the line item id.
    • setTransactionCount

      public void setTransactionCount(int value)
      Sets the number of transactions in the batch for which funds were deposited.
      Parameters:
      value - the number of transactions in the batch for which funds were deposited.
    • getTransactionCount

      public int getTransactionCount()
      Gets the number of transactions in the batch for which funds were deposited.
      Returns:
      the number of transactions in the batch for which funds were deposited.
    • setBatchId

      public void setBatchId(String value)
      Sets the batch id associated with the deposit.
      Parameters:
      value - the batch id associated with the deposit.
    • getBatchId

      public String getBatchId()
      Gets the batch id associated with the deposit.
      Returns:
      the batch id associated with the deposit.
    • setFeesPaid

      public void setFeesPaid(float value)
      Sets the prepaid fees associated with the batch.
      Parameters:
      value - the prepaid fees associated with the batch.
    • getFeesPaid

      public float getFeesPaid()
      Gets the prepaid fees associated with the batch.
      Returns:
      the prepaid fees associated with the batch.
    • setFeesPaidFormatted

      public void setFeesPaidFormatted(String value)
      Sets the currency formatted form of prepaid fees.
      Parameters:
      value - the currency formatted form of prepaid fees.
    • getFeesPaidFormatted

      public String getFeesPaidFormatted()
      Gets the currency formatted form of prepaid fees.
      Returns:
      the currency formatted form of prepaid fees.
    • setNetDeposit

      public void setNetDeposit(float value)
      Sets the net deposit released to the merchant.
      Parameters:
      value - the net deposit released to the merchant.
    • getNetDeposit

      public float getNetDeposit()
      Gets the net deposit released to the merchant.
      Returns:
      the net deposit released to the merchant.
    • setNetDepositFormatted

      public void setNetDepositFormatted(String value)
      Sets the currency formatted net deposit released to the merchant.
      Parameters:
      value - the currency formatted net deposit released to the merchant.
    • getNetDepositFormatted

      public String getNetDepositFormatted()
      Gets the currency formatted net deposit released to the merchant.
      Returns:
      the currency formatted net deposit released to the merchant.
    • setTotalSales

      public void setTotalSales(float value)
      Sets the total sales in the batch.
      Parameters:
      value - the total sales in the batch.
    • getTotalSales

      public float getTotalSales()
      Gets the total sales in the batch.
      Returns:
      the total sales in the batch.
    • setTotalSalesFormatted

      public void setTotalSalesFormatted(String value)
      Sets the currency formatted total sales in the batch.
      Parameters:
      value - the currency formatted total sales in the batch.
    • getTotalSalesFormatted

      public String getTotalSalesFormatted()
      Gets the currency formatted total sales in the batch.
      Returns:
      the currency formatted total sales in the batch.
    • setTotalRefunds

      public void setTotalRefunds(float value)
      Sets the total refunds in the batch.
      Parameters:
      value - the total refunds in the batch.
    • getTotalRefunds

      public float getTotalRefunds()
      Gets the total refunds in the batch.
      Returns:
      the total refunds in the batch.
    • setTotalRefundsFormatted

      public void setTotalRefundsFormatted(String value)
      Sets the currency formatted total refunds in the batch.
      Parameters:
      value - the currency formatted total refunds in the batch.
    • getTotalRefundsFormatted

      public String getTotalRefundsFormatted()
      Gets the currency formatted total refunds in the batch.
      Returns:
      the currency formatted total refunds in the batch.