InvoiceHandler class

Constructors

InvoiceHandler(Map<String, String>? headers)

Properties

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

Methods

getInvoice(String id) Future<MollieInvoiceResponse?>
Retrieve details of an invoice, using the invoice’s identifier. If you want to retrieve the details of an invoice by its invoice number, use the list endpoint with the reference parameter.
getInvoices(String reference, String year, String from, String limit) Future<List<MollieInvoiceResponse>>
Retrieve all invoices on the account. Optionally filter on year or invoice number.
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