The in-store pickup configuration of a supply source.

InStorePickupConfiguration

interface InStorePickupConfiguration {
    isSupported?: boolean;
    parkingConfiguration?: ParkingConfiguration;
}

Properties

isSupported?: boolean

When true, in-store pickup is supported by the supply source (default: isSupported value in PickupChannel).

InStorePickupConfiguration

parkingConfiguration?: ParkingConfiguration

InStorePickupConfiguration