Interface SupplySourcesApiModelParkingConfiguration

The parking configuration.

ParkingConfiguration

interface SupplySourcesApiModelParkingConfiguration {
    numberOfParkingSpots?: number;
    parkingCostType?: "Other" | SupplySourcesApiModelParkingCostType | "Free";
    parkingSpotIdentificationType?:
        | "Other"
        | SupplySourcesApiModelParkingSpotIdentificationType
        | "Numbered";
}

Properties

numberOfParkingSpots?: number

An unsigned integer that can be only positive or zero.

ParkingConfiguration

parkingCostType?: "Other" | SupplySourcesApiModelParkingCostType | "Free"

ParkingConfiguration

parkingSpotIdentificationType?:
    | "Other"
    | SupplySourcesApiModelParkingSpotIdentificationType
    | "Numbered"

ParkingConfiguration

MMNEPVFCICPMFPCPTTAAATR