Interface InvoiceItem

All Superinterfaces:
Reference<InvoiceItem>

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

    • getId

      @Nullable Long getId()
      Specified by:
      getId in interface Reference<InvoiceItem>
    • getProject

      @Nullable @SerializedName(value="project_id", alternate="project") Reference<Project> getProject()
    • getKind

      String getKind()
    • getDescription

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

      @Nullable Double getQuantity()
    • getUnitPrice

      @Nullable Double getUnitPrice()
    • getAmount

      @Nullable Double getAmount()
    • getTaxed

      @Nullable Boolean getTaxed()
    • getTaxed2

      @Nullable Boolean getTaxed2()