InvoiceNinjaAdmin class

Admin SDK for Invoice Ninja

Constructors

InvoiceNinjaAdmin()

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 ClientAdminRepository
getter/setter pair
credits CreditAdminRepository
getter/setter pair
debugEnabled bool?
getter/setter pair
invoices InvoiceAdminRepository
getter/setter pair
isInitialized bool
Check if the package has been initialized
no setter
payments PaymentAdminRepository
getter/setter pair
products ProductAdminRepository
getter/setter pair
quotes QuoteAdminRepository
getter/setter pair
recurringInvoices RecurringInvoiceAdminRepository
getter/setter pair
token String
getter/setter pair
url String
getter/setter pair

Static Methods

configure(String token, {bool debugEnabled = false, String? url}) → void
Configure the Invoice Ninja package Tokens can be managed on Settings > Account Management