Interface InvoiceUpdateInfo

All Superinterfaces:
InvoiceCommonInfo

@TypeAdapters(fieldNamingStrategy=true) @Immutable public interface InvoiceUpdateInfo extends InvoiceCommonInfo
  • Method Details

    • getInvoiceItems

      @SerializedName("line_items") @Nullable List<InvoiceItem> getInvoiceItems()