base
Contains authentication, receipt and log functions used in the anybill sdk.
Having problems? Contact us at
Release History
2.1.2
Removed firebase and datadog dependencies
Removed functionality and deprecated
AnybillLogger
2.0.1
Enable initialization of anybill's Datadog Logger as second instance
Add new public Method
AnybillLogger.initAnybillLoger()
Allow new manifest meta data value
anybill_toggle_logger_initialization
to deactivate automatic initializationUpdate Datadog version to 2.15.1
2.0.0
Renamed all bill related functions, method and classes to receipt
Introduced new receipt query method with integrated pagination, removing the old query process.
Reduced new Receipt model to frontend relevant properties to reduce complexity
Moved all customizable parameters (e.g. isFavourite) into Receipt.Misc
Add new
ReceiptRelation
to easily access return and original receipts of a userAdded new customizable parameter
includeReturnReceipts
for PDF functionsRemoved AnybillAppLink functions
Removed CardLinkedReceipt functions
Removed several Authentication methods and reduced to Token-Based and Credentials-Based Login
See Integration documentation for more changes
1.0.3
Updated dependencies
Updated API version to 34
Removed register and category methods
Added method to search receipts
1.0.2
Multiple internal bug fixes
1.0.1
Added
isPrintedVersion
flag to theexportsBillAsPDF
method of the BillProvider, to state if the exported bill should be in a printable format1.0.0
Merged auth, bill, category, log and core module together
Renamed LoggerDD to AnybillLogger
Removed deprecated models and methods