PaymentMethod
public enum PaymentMethod
The payment method which was used for a given parking payment.
Important
This is a Public Preview API. It may be changed or removed at any time.Defines Alipay payment method
Declaration
Swift
case aliPay
Defines American Express payment method
Declaration
Swift
case amex
Defines cash payment method
Declaration
Swift
case cash
Defines cash card payment method
Declaration
Swift
case cashCard
Defines CEPAS payment method
Declaration
Swift
case cepas
Defines check payment method
Declaration
Swift
case check
Defines coins payment method
Declaration
Swift
case coins
Defines Diners payment method
Declaration
Swift
case diners
Defines Discover payment method
Declaration
Swift
case discover
Defines EasyCard payment method
Declaration
Swift
case easyCard
Defines EC-Karte payment method
Declaration
Swift
case ecKarte
Defines EFTPOS payment method
Declaration
Swift
case eftpos
Defines FlashPay payment method
Declaration
Swift
case flashPay
Defines GeldKarte payment method
Declaration
Swift
case geldKarte
Defines JCB payment method
Declaration
Swift
case jcb
Defines Maestro payment method
Declaration
Swift
case maestro
Defines MasterCard payment method
Declaration
Swift
case masterCard
Defines Moneo payment method
Declaration
Swift
case moneo
Defines Notes payment method
Declaration
Swift
case notes
Defines Octopus card payment method
Declaration
Swift
case octopus
Defines operator card payment method
Declaration
Swift
case operatorCard
Defines smart card payment method
Declaration
Swift
case smartCard
Defines Telepeage payment method
Declaration
Swift
case telePeage
Defines Total GR Card payment method
Declaration
Swift
case totalgr
Defines vCashCard payment method
Declaration
Swift
case vCashCard
Defines Visa payment method
Declaration
Swift
case visa
Defines WeChat Pay payment method
Declaration
Swift
case weChatPayYes