Selling Partner API SDK for JavaScript
    Preparing search index...

    The parking configuration.

    interface ParkingConfiguration {
        numberOfParkingSpots?: number;
        parkingCostType?: ParkingCostType;
        parkingSpotIdentificationType?: ParkingSpotIdentificationType;
    }
    Index

    Properties

    numberOfParkingSpots?: number

    An unsigned integer that can be only positive or zero.

    parkingCostType?: ParkingCostType
    parkingSpotIdentificationType?: ParkingSpotIdentificationType