Package-level declarations

Types

Link copied to clipboard
class CarbonTerminal(applicationPackage: String = "", serviceClassName: String = "") : PaymentTerminal

This class provides an implementation of the PaymentTerminal interface. Also this class provides other methods to utilize the PAaS library API.

Link copied to clipboard
open class GenericResponse(success: Boolean = false, errorMessage: String = "")

A basic response that indicates success or failure of an operation.

Link copied to clipboard

Menu features that can be hidden in the payment service menu.

Link copied to clipboard

General parameters that can be used by the PAaS library.

Link copied to clipboard
interface PaymentTerminal