PaymentType
public enum PaymentType
The type of payment 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 attendant payment type
Declaration
Swift
case attendant
-
Defines electronic parking system payment type
Declaration
Swift
case electronicParkingSystem
-
Defines honesty box payment type
Declaration
Swift
case honestyBox
-
Defines meter payment type
Declaration
Swift
case meter
-
Defines park and ride payment type
Declaration
Swift
case parkAndRide
-
Defines parking disk payment type
Declaration
Swift
case parkingDisk
-
Defines pay and display payment type
Declaration
Swift
case payAndDisplay
-
Defines pay by coupon payment type
Declaration
Swift
case payByCoupon
-
Defines pay by phone payment type
Declaration
Swift
case payByPhone
-
Defines pay by plate payment type
Declaration
Swift
case payByPlate
-
Defines pay on entry payment type
Declaration
Swift
case payOnEntry
-
Defines pay on exit payment type
Declaration
Swift
case payOnExit
-
Defines pay on foot payment type
Declaration
Swift
case payOnFoot
-
Defines reception payment type
Declaration
Swift
case reception