InvoicesApi class

Constructors

InvoicesApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createInvoice(CreateInvoiceModel request, {required Object authorization}) Future<InvoiceModel>
Parameters:
createInvoiceWithHttpInfo(CreateInvoiceModel request, {required Object authorization}) Future<Response>
Performs an HTTP 'POST /api/v1/Invoices/Custom' operation and returns the Response. Parameters:
deleteInvoicedById(int invoiceId, {required Object authorization}) Future<void>
Parameters:
deleteInvoicedMonth(DeleteInvoicedMonthModel request, {required Object authorization}) Future<void>
Parameters:
deleteInvoicedMonthWithHttpInfo(DeleteInvoicedMonthModel request, {required Object authorization}) Future<Response>
Performs an HTTP 'DELETE /api/v1/Invoices' operation and returns the Response. Parameters:
getInvoiceCustomerSummary(int year, int month, int customerId, {required Object authorization}) Future<InvoiceSummaryModel>
Parameters:
getInvoiceSummary(int year, int month, {required Object authorization}) Future<List<InvoiceSummaryModel>>
Parameters:
getInvoiceSummary2(int year, int month, {required Object authorization}) Future<MonthlyInvoiceSummaryModel>
Parameters:
getInvoiceSummary2WithHttpInfo(int year, int month, {required Object authorization}) Future<Response>
Performs an HTTP 'GET /api/v2/Invoices/{year}/{month}' operation and returns the Response. Parameters:
invoiceAppointments(InvoiceAppointmentsModel request, {Object? authorization}) Future<InvoiceModel?>
Parameters:
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited