Interface InvoiceItemUpdateInfo


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

    • getId

      @Nullable Long getId()
    • getProject

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

      @Nullable String getKind()
    • getDescription

      @Nullable String getDescription()
    • getQuantity

      @Nullable Double getQuantity()
    • getUnitPrice

      @Nullable Double getUnitPrice()
    • getAmount

      @Nullable Double getAmount()
    • getTaxed

      @Nullable Boolean getTaxed()
    • getTaxed2

      @Nullable Boolean getTaxed2()