KeyedMethod

class KeyedMethod(val label: Int, val trigger: () -> Unit) : AdditionalPaymentMethod

A payment method requiring manual entry, for example of the PAN, expiration, CVV, and postcode for a credit card. Use of one of these methods will present the buyer with a form to fill out.

Constructors

Link copied to clipboard
constructor(label: Int, trigger: () -> Unit)

Properties

Link copied to clipboard
val label: Int

the resource id for the label of this method, suitable for display to users

Link copied to clipboard
val trigger: () -> Unit
Link copied to clipboard

an identification of the method, suitable for programmatic comparison.