Class PartnerStatementAdjustment

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

public class PartnerStatementAdjustment extends Object
Models partner statement adjustments.
  • Constructor Details

    • PartnerStatementAdjustment

      public PartnerStatementAdjustment()
  • Method Details

    • setId

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

      public String getId()
      Gets the adjustment id.
      Returns:
      the adjustment id.
    • setTimestamp

      public void setTimestamp(Date value)
      Sets the date and time the disbursement was posted to the account.
      Parameters:
      value - the date and time the disbursement was posted to the account.
    • getTimestamp

      public Date getTimestamp()
      Gets the date and time the disbursement was posted to the account.
      Returns:
      the date and time the disbursement was posted to the account.
    • setDescription

      public void setDescription(String value)
      Sets a description of the adjustment.
      Parameters:
      value - a description of the adjustment.
    • getDescription

      public String getDescription()
      Gets a description of the adjustment.
      Returns:
      a description of the adjustment.
    • setAmount

      public void setAmount(float value)
      Sets the amount in floating point format.
      Parameters:
      value - the amount in floating point format.
    • getAmount

      public float getAmount()
      Gets the amount in floating point format.
      Returns:
      the amount in floating point format.
    • setAmountFormatted

      public void setAmountFormatted(String value)
      Sets the currency formatted form of amount.
      Parameters:
      value - the currency formatted form of amount.
    • getAmountFormatted

      public String getAmountFormatted()
      Gets the currency formatted form of amount.
      Returns:
      the currency formatted form of amount.