TollPaymentType
public enum TollPaymentType : Hashable
Indicates the payment type accepted for a toll.
-
Payment by cash: coins and bills.
Declaration
Swift
case cashCoinsAndBills
-
Payment by bills only.
Declaration
Swift
case cashBillsOnly
-
Payment by coins only.
Declaration
Swift
case cashCoinsOnly
-
Payment by cash in exact change.
Declaration
Swift
case cashExactChange
-
Payment by credit card.
Declaration
Swift
case creditCard
-
Payment by debit card.
Declaration
Swift
case debitCard
-
Payment by travel card.
Declaration
Swift
case travelCard
-
Payment by ETC.
Declaration
Swift
case etc
-
Payment by ETC transponder.
Declaration
Swift
case etcTransponder
-
Payment by ETC video camera.
Declaration
Swift
case etcVideoCamera
-
Payment by subscription.
Declaration
Swift
case subscription