Class PartnerStatementSummary

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

public class PartnerStatementSummary extends Object
Models a basic information about partner statements for use in list or search results.
  • Constructor Details

    • PartnerStatementSummary

      public PartnerStatementSummary()
  • Method Details

    • setId

      public void setId(String value)
      Sets the id owner of the pricing policy.
      Parameters:
      value - the id owner of the pricing policy.
    • getId

      public String getId()
      Gets the id owner of the pricing policy.
      Returns:
      the id owner of the pricing policy.
    • setStatementDate

      public void setStatementDate(Date value)
      Sets the date the statement was generated.
      Parameters:
      value - the date the statement was generated.
    • getStatementDate

      public Date getStatementDate()
      Gets the date the statement was generated.
      Returns:
      the date the statement was generated.
    • setTotalVolume

      public void setTotalVolume(float value)
      Sets total volume in numeric format.
      Parameters:
      value - total volume in numeric format.
    • getTotalVolume

      public float getTotalVolume()
      Gets total volume in numeric format.
      Returns:
      total volume in numeric format.
    • setTotalVolumeFormatted

      public void setTotalVolumeFormatted(String value)
      Sets the string formatted total volume on the statement.
      Parameters:
      value - the string formatted total volume on the statement.
    • getTotalVolumeFormatted

      public String getTotalVolumeFormatted()
      Gets the string formatted total volume on the statement.
      Returns:
      the string formatted total volume on the statement.
    • setTransactionCount

      public void setTransactionCount(int value)
      Sets the total volume on the statement.
      Parameters:
      value - the total volume on the statement.
    • getTransactionCount

      public int getTransactionCount()
      Gets the total volume on the statement.
      Returns:
      the total volume on the statement.
    • setPartnerCommission

      public void setPartnerCommission(float value)
      Sets the commission earned on the portfolio during the statement period.
      Parameters:
      value - the commission earned on the portfolio during the statement period.
    • getPartnerCommission

      public float getPartnerCommission()
      Gets the commission earned on the portfolio during the statement period.
      Returns:
      the commission earned on the portfolio during the statement period.
    • setPartnerCommissionFormatted

      public void setPartnerCommissionFormatted(String value)
      Sets the string formatted total volume on the statement.
      Parameters:
      value - the string formatted total volume on the statement.
    • getPartnerCommissionFormatted

      public String getPartnerCommissionFormatted()
      Gets the string formatted total volume on the statement.
      Returns:
      the string formatted total volume on the statement.
    • setStatus

      public void setStatus(String value)
      Sets the status of the statement.
      Parameters:
      value - the status of the statement.
    • getStatus

      public String getStatus()
      Gets the status of the statement.
      Returns:
      the status of the statement.