FareGroup

public struct FareGroup : Codable, Hashable, Identifiable

Undocumented

  • id

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    @DefaultFalse
    public var selected: Bool { get set }