ParkingItem

public struct ParkingItem : CatalogItem, Decodable, Product

Undocumented

  • id

    An identifier

    Declaration

    Swift

    public let id: String
  • Starting price

    Declaration

    Swift

    public let price: Price
  • Minimum number of loyalty points that can be earned

    Declaration

    Swift

    public var minimumEarningPoints: Price?
  • Type

    Declaration

    Swift

    public let purchaseType: PurchaseType
  • A title

    Declaration

    Swift

    public let title: String
  • A secondary title

    Declaration

    Swift

    public let subTitle: String?
  • A display image

    Declaration

    Swift

    public let imageURL: URL?
  • Translation attribution

    Declaration

    Swift

    public let providerTranslationAttribution: ProviderTranslationAttribution
  • A coordinate representing the item’s location

    Declaration

    Swift

    public let location: Coordinate
  • A ParkingItem that is seen is always available

    Declaration

    Swift

    public var isAvailable: Bool { get }