Classes and interfaces
SyncArray¶
Sync array for syncing objects
« More »
ApiConnector¶
Service for connecting with Moneybird
« More »
ApiConnectorTest¶
Test class for ApiConnector.
« More »
ArrayObject¶
Abstract class for array objects
« More »
ContactTest¶
Test class for Contact.
« More »
EstimateTest¶
Test class for Estimate.
« More »
ForbiddenException¶
Exception thrown when a forbidden action takes place
« More »
HttpClient¶
Wrapper for curl to create http requests
« More »
IncomingInvoiceTest¶
Test class for IncomingInvoice.
« More »
InvalidConfigException¶
Exception for invalid config
« More »
InvalidFilterException¶
InvalidFilterException exception
« More »
InvalidIdException¶
Exception for invalid ids
« More »
InvalidRequestException¶
InvalidRequestException exception
« More »
InvalidServiceTypeException¶
Exception for invalid service types
« More »
InvalidStateException¶
InvalidStateException exception
« More »
InvoiceTest¶
Test class for Invoice.
« More »
JsonMapper¶
Translates JSON into objects and objects into JSON
« More »
NotFoundException¶
Exception thrown when an entity or action cannot be found
« More »
NotLoggedInException¶
Exception thrown when the user is not logged in or has false credentials
« More »
NotValidException¶
NotValidException exception
« More »
RecurringTemplate¶
RecurringTemplate
« More »
RecurringTemplateTest¶
Test class for RecurringTemplate.
« More »
ServerErrorException¶
Exception thrown when the server errors
« More »
SimpleXMLElement¶
Extension for SimpleXMLElement
« More »
XmlMapper¶
Translates XML into objects and objects into XML
« More »
XmlMapperTest¶
Test class for Invoice.
« More »
Classes and interfaces
TypeMismatchException¶
Object does not fit into ArrayObject
« More »
UndefinedMethodException¶
Undefined method
« More »
Classes and interfaces
AbstractModel¶
Base class for domain models
« More »
Classes and interfaces
InvalidMethodException¶
Exception for invalid send methods
« More »
Classes and interfaces
Subject¶
Estimate subject is an object that has invoices (contact or estimate)
« More »
Classes and interfaces
ConnectionErrorException¶
Exception for connection errors
« More »
HttpStatusException¶
Exception http status errors, $code contains the http status code
« More »
Oauth¶
Wrapper for curl to create http requests
« More »
UnknownHttpStatusException¶
Exception for unknown http status
« More »
Classes and interfaces
Subject¶
IncomingInvoice subject is an object that has invoices (contact or estimate)
« More »
Classes and interfaces
ArrayObject¶
IncomingInvoice_Detail array
« More »
Classes and interfaces
ArrayObject¶
IncomingInvoice_History array
« More »
Classes and interfaces
ArrayObject¶
IncomingInvoice_Payment array
« More »
Classes and interfaces
ArrayObject¶
IncomingInvoice sync array
« More »
Classes and interfaces
Subject¶
Invoice subject is an object that has invoices (contact or estimate)
« More »
Classes and interfaces
ServiceTest¶
Test class for InvoiceProfile_Service.
« More »
Classes and interfaces
OAuthSignatureMethod¶
A class for implementing a Signature Method
See section 9 ("Signing Requests") in the spec
« More »
OAuthSignatureMethod_HMAC_SHA1¶
The HMAC-SHA1 signature method uses the HMAC-SHA1 signature algorithm as defined in [RFC2104]
where the Signature Base String is the text and the key is the concatenated values (each first
encoded per Parameter Encoding) of the Consumer Secret and Token Secret, separated by an '&'
character (ASCII code 38) even if empty.
« More »
OAuthSignatureMethod_PLAINTEXT¶
The PLAINTEXT method does not provide any security protection and SHOULD only be used
over a secure channel such as HTTPS.
« More »
OAuthSignatureMethod_RSA_SHA1¶
The RSA-SHA1 signature method uses the RSASSA-PKCS1-v1_5 signature algorithm as defined in
[RFC3447] section 8.2 (more simply known as PKCS#1), using SHA-1 as the hash function for
EMSA-PKCS1-v1_5.
« More »
Classes and interfaces
InvalidMethodException¶
Exception for invalid send methods
« More »
Classes and interfaces
ServiceTest¶
Test class for Product_Service.
« More »
Classes and interfaces
Subject¶
RecurringTemplate subject is an object that has invoices (contact or estimate)
« More »
ArrayObject¶
RecurringTemplate array
« More »
Classes and interfaces
ServiceTest¶
Test class for TaxRate_Service.
« More »
Classes and interfaces
InvalidXmlException¶
Exception for invalid xml
« More »