anybill_base_utils library
Library containing utility classes and DTOs includes in the anybill SDK
Classes
- AnybillLogger
- The logger class for the application. Use this class to log messages across the application. Furthermore, it sends the logs to the datadog server when the release mode is active.
-
AnybillResult<
T> - Object for displaying the results when accessing the API.
-
Failure<
T> - An AnybillResult object that represents a failed state.
-
Success<
T> - An AnybillResult object that represents a successful state.
Enums
- AnybillErrorType
- Enum class for the error types that can be returned from the API.