ModuleMissingException

class ModuleMissingException(missingModuleFormat: String, val paymentMethodType: PaymentMethodType) : TechnicalException

This class contains information when a specific payment method was requested but the request can not be fulfilled because the module for the payment method was explicitly excluded.

Constructors

Link copied to clipboard
constructor(missingModuleFormat: String, paymentMethodType: PaymentMethodType)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

A compat log of the exception causes.

Link copied to clipboard
open val message: String?
Link copied to clipboard

The mobileToken used to start this transaction.

Link copied to clipboard

The payment method used during the transaction.

Link copied to clipboard

The identifier of the failed transaction.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard