public enum PaymentMethod : UInt32, CaseIterable, Codable

Available payment methods.

  • Payment with an unknown method.

    Declaration

    Swift

    case unknown
  • Payment with cash money.

    Declaration

    Swift

    case cash
  • Payment with a bank card.

    Declaration

    Swift

    case bankCard
  • Payment with a credit card.

    Declaration

    Swift

    case creditCard
  • Payment with a pass subscription.

    Declaration

    Swift

    case passSubscription
  • Payment with a transponder.

    Declaration

    Swift

    case transponder
  • Payment with a video toll, i.e. toll by license plate.

    Declaration

    Swift

    case videoToll
  • Payment with exact cash money, i.e. toll booth accepts exact change only.

    Declaration

    Swift

    case cashExact
  • Payment with a travel card.

    Declaration

    Swift

    case travelCard