Class MerchantInvoiceSummary

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

public class MerchantInvoiceSummary extends Object
Models basic information about a merchant invoice for use in list or search results.
  • Constructor Details

    • MerchantInvoiceSummary

      public MerchantInvoiceSummary()
  • Method Details

    • setId

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

      public String getId()
      Gets the id owner of the invoice.
      Returns:
      the id owner of the invoice.
    • setDateCreated

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

      public Date getDateCreated()
      Gets the date the statement was generated.
      Returns:
      the date the statement was generated.
    • setGrandTotal

      public void setGrandTotal(float value)
      Sets the grand total.
      Parameters:
      value - the grand total.
    • getGrandTotal

      public float getGrandTotal()
      Gets the grand total.
      Returns:
      the grand total.
    • setGrandTotalFormatted

      public void setGrandTotalFormatted(String value)
      Sets the string formatted grand total.
      Parameters:
      value - the string formatted grand total.
    • getGrandTotalFormatted

      public String getGrandTotalFormatted()
      Gets the string formatted grand total.
      Returns:
      the string formatted grand total.
    • 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.
    • setInvoiceType

      public void setInvoiceType(String value)
      Sets identifies the invoice type.
      Parameters:
      value - identifies the invoice type.
    • getInvoiceType

      public String getInvoiceType()
      Gets identifies the invoice type.
      Returns:
      identifies the invoice type.
    • setPaid

      public void setPaid(boolean value)
      Sets whether or not the invoice had been paid.
      Parameters:
      value - whether or not the invoice had been paid.
    • isPaid

      public boolean isPaid()
      Gets whether or not the invoice had been paid.
      Returns:
      whether or not the invoice had been paid.