Package-level declarations
Types
Link copied to clipboard
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.
Link copied to clipboard
interface PaymentInterfaceProvider<PaymentInterfaceTypeT : PaymentInterfaceType, PaymentInterfaceT : PaymentInterface<PaymentInterfaceTypeT>>
Provides a specific PaymentInterface based on the type and information provided.
Link copied to clipboard
Defines a type of a PaymentInterface. Used to get a specific instance of that type.
Link copied to clipboard
Link copied to clipboard