TollCollectionMethod

public enum TollCollectionMethod : UInt32, CaseIterable, Codable

Available payment methods.

  • Fixed fee is required in order to pass through.

    Declaration

    Swift

    case fixedFee
  • Ticket must be obtained at the toll stop.

    Declaration

    Swift

    case obtainTicket
  • Payment is required based on the traveled distance between the toll stop where the ticket was obtained and the toll stop at which the toll road is exited.

    Declaration

    Swift

    case payPerTicket
  • Automatic controls exist that automatically record the beginning and end of the stretch of toll road that has been traveled.

    Declaration

    Swift

    case electronic