Interface InvoiceCommonInfo

All Known Subinterfaces:
InvoiceImportInfo, InvoiceUpdateInfo

public interface InvoiceCommonInfo
Hold all properties common to various InvoiceInfo objects
  • Method Details

    • getClient

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

      @Nullable Retainer getRetainer()
    • getEstimate

      @Nullable Estimate getEstimate()
    • 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()
    • getDueDate

      @Nullable LocalDate getDueDate()