Package-level declarations

Types

Link copied to clipboard
public class DigitalInvoiceException extends Exception

Exceptions related to the digital invoice used in the return assistant feature.

Link copied to clipboard
public class DigitalInvoiceFragment extends Fragment implements DigitalInvoiceScreenContract.View, DigitalInvoiceFragmentInterface, LineItemsAdapterListener

The returned extractions in the DigitalInvoiceFragmentListener.onPayInvoice() are updated to include the user's modifications:

Link copied to clipboard

Public API of the DigitalInvoiceFragment.

Link copied to clipboard

Interface used by the DigitalInvoiceFragment to dispatch events to the hosting Activity.

Link copied to clipboard
public final class DigitalInvoiceKt
Link copied to clipboard
public final class LineItem implements Parcelable

The LineItem class contains information from a line item extraction.

Link copied to clipboard
public final class LineItemsValidator

It checks that the compound extractions contain valid line items which can be used to show the return assistant.

Link copied to clipboard
public final class SelectableLineItem implements Parcelable

The SelectableLineItem wrapps a LineItem and adds the possibility to select/deselect it and also add a reason why it's deselected.