Interface EstimateItemUpdateInfo


@TypeAdapters(fieldNamingStrategy=true) @Immutable public interface EstimateItemUpdateInfo
  • Method Details

    • getId

      @Nullable Long getId()
    • getKind

      @Nullable String getKind()
      Returns:
      the estimate Item category name
    • getDescription

      @Nullable String getDescription()
    • getQuantity

      @Nullable Double getQuantity()
    • getUnitPrice

      @Nullable Double getUnitPrice()
    • getAmount

      @Nullable Double getAmount()
    • getTaxed

      @Nullable Boolean getTaxed()
    • getTaxed2

      @Nullable Boolean getTaxed2()