Interface SupplySourcesApiModelParkingWithAddressConfiguration

The parking configuration with the address.

ParkingWithAddressConfiguration

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

Properties

ParkingWithAddressConfiguration

numberOfParkingSpots?: number

An unsigned integer that can be only positive or zero.

ParkingWithAddressConfiguration

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

ParkingWithAddressConfiguration

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

ParkingWithAddressConfiguration

MMNEPVFCICPMFPCPTTAAATR