Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Wrapper for the '/sales' API. Please note that the Sales service might not be present in all servers.

List of all options:

...

Table of Contents

Initialize service

Code Block
languagejava
TrivoreID sdk = TrivoreID.mgmtApiClient();
SalesServiceImpl salesService = new SalesServiceImpl(sdk.salesService());

...