Enumeration
PaymentType
PaymentType used to identify the type of payment transaction
Declaration
enum PaymentType
Topics
Enumeration Cases
Initializers
Instance Properties
Type Properties
static let authorizations: [PaymentType]
All authorization transaction types
static let cardNotPresent: [PaymentType]
All card-not-present transaction types (API only)
static let cardPresent: [PaymentType]
All card-present transaction types (require card tap)
static let revenue: [PaymentType]
All revenue-generating transaction types