Interface EstimateUpdateInfo


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

    • getClient

      @Nullable @SerializedName(value="client_id", alternate="client") Reference<Client> getClient()
    • getEstimateItems

      @SerializedName("line_items") @Nullable List<EstimateItem> getEstimateItems()
    • getNumber

      @Nullable String getNumber()
    • getPurchaseOrder

      @Nullable String getPurchaseOrder()
    • getTax

      @Nullable Double getTax()
    • getTax2

      @Nullable Double getTax2()
    • getDiscount

      @Nullable Double getDiscount()
    • getSubject

      @Nullable String getSubject()
    • getNotes

      @Nullable String getNotes()
    • getCurrency

      @Nullable String getCurrency()
    • getIssueDate

      @Nullable LocalDate getIssueDate()