PaymentInterface

interface PaymentInterface<TypeT : PaymentInterfaceType> : Parcelable

Identifies where a payment will happen. When starting a payment it is used to direct the SDK to use a certain hardware or device to handle the payment.

Properties

Link copied to clipboard
abstract val type: TypeT

Payment type.