InvoiceNinja class

Storefront SDK for Invoice Ninja

Constructors

InvoiceNinja()

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

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

Static Properties

clients ClientRepository
getter/setter pair
company CompanyRepository
getter/setter pair
companyKey String
getter/setter pair
debugEnabled bool?
getter/setter pair
invoices InvoiceRepository
getter/setter pair
isInitialized bool
Check if the package has been initialized
no setter
products ProductRepository
getter/setter pair
url String
getter/setter pair

Static Methods

configure(String companyKey, {bool debugEnabled = false, String? url}) → void
Configure the Invoice Ninja package The key can be generated on Settings > Client Portal