Interface EstimateItem

All Superinterfaces:
Reference<EstimateItem>

@TypeAdapters(fieldNamingStrategy=true) @Immutable @Enclosing public interface EstimateItem extends Reference<EstimateItem>
  • Method Details

    • getId

      @Nullable Long getId()
      Specified by:
      getId in interface Reference<EstimateItem>
    • getKind

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

      @Nullable String getDescription()
      max length = 65,535
      Returns:
      the current value
    • getQuantity

      @Nullable Double getQuantity()
    • getUnitPrice

      Double getUnitPrice()
    • getAmount

      @Nullable Double getAmount()
    • getTaxed

      @Nullable Boolean getTaxed()
    • getTaxed2

      @Nullable Boolean getTaxed2()