TollPaymentType

public enum TollPaymentType : Int, Hashable

Indicates the payment type accepted for a toll.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Payment by cash: coins and bills.

    Declaration

    Swift

    case cashBillsOnly
  • Payment by bills only.

    Declaration

    Swift

    case cashCoinsOnly
  • Payment by coins only.

    Declaration

    Swift

    case cashExactChange
  • Payment by cash in exact change.

    Declaration

    Swift

    case creditCard
  • Payment by credit card.

    Declaration

    Swift

    case debitCard
  • Payment by debit card.

    Declaration

    Swift

    case travelCard
  • etc

    Payment by travel card.

    Declaration

    Swift

    case etc
  • Payment by ETC.

    Declaration

    Swift

    case etcTransponder
  • Payment by ETC transponder.

    Declaration

    Swift

    case etcVideoCamera
  • Payment by ETC video camera.

    Declaration

    Swift

    case subscription