Amazon Selling Partner API (SP-API) SDK for TypeScript
Preparing search index...
@sp-api-sdk/supply-sources-api-2020-07-01
ParkingConfiguration
Interface ParkingConfiguration
The parking configuration.
interface
ParkingConfiguration
{
numberOfParkingSpots
?:
number
;
parkingCostType
?:
ParkingCostType
;
parkingSpotIdentificationType
?:
ParkingSpotIdentificationType
;
}
Index
Properties
number
Of
Parking
Spots?
parking
Cost
Type?
parking
Spot
Identification
Type?
Properties
Optional
number
Of
Parking
Spots
numberOfParkingSpots
?:
number
An unsigned integer that can be only positive or zero.
Optional
parking
Cost
Type
parkingCostType
?:
ParkingCostType
Optional
parking
Spot
Identification
Type
parkingSpotIdentificationType
?:
ParkingSpotIdentificationType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
number
Of
Parking
Spots
parking
Cost
Type
parking
Spot
Identification
Type
Amazon Selling Partner API (SP-API) SDK for TypeScript
Loading...
The parking configuration.