- AcumulusClient - Class in net.nextpulse.jacumulus
-
Main class of the Acumulus API client.
- AcumulusClient(Contract) - Constructor for class net.nextpulse.jacumulus.AcumulusClient
-
Constructor for the Acumulus API client, initialized with your API credentials.
- addExpense(Supplier) - Method in class net.nextpulse.jacumulus.AcumulusClient
-
Adds a Supplier if no supplier was found using the provided supplierId or suppliers email address and adds an
invoice for this supplier.
- addInvoice(Customer) - Method in class net.nextpulse.jacumulus.AcumulusClient
-
Adds a Customer if no customer was found using the provided customerId or customer's email address and adds an
invoice for this customer.