FarePassValidityPeriodType

public enum FarePassValidityPeriodType : UInt32, CaseIterable, Codable

Specifies validity periods.

  • Pass is valid from Jan 1 to Dec 31

    Declaration

    Swift

    case annual
  • Pass is valid from Jan 1 to Jan 31 of the following year.

    Declaration

    Swift

    case extendedAnnual
  • Pass is valid for a specified number of minutes.

    Declaration

    Swift

    case minutes
  • Pass is valid for a specified number of days.

    Declaration

    Swift

    case days
  • Pass is valid for a specified number of months.

    Declaration

    Swift

    case months