POIReadSchema

interface POIReadSchema {
    brand?: POIBrandType;
    description?: string;
    id: string;
    identifier: string;
    name: string;
    serialNumber: string;
    state?: POIStateType;
    storeId: string;
}

Properties

brand?: POIBrandType

POIReadSchema

description?: string

POIReadSchema

id: string

POIReadSchema

identifier: string

POIReadSchema

name: string

POIReadSchema

serialNumber: string

POIReadSchema

state?: POIStateType

POIReadSchema

storeId: string

POIReadSchema