POIPartialUpdateSchema

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

Properties

brand?: POIBrandType

POIPartialUpdateSchema

description?: string

POIPartialUpdateSchema

identifier?: string

POIPartialUpdateSchema

name?: string

POIPartialUpdateSchema

serialNumber?: string

POIPartialUpdateSchema

state?: POIStateType

POIPartialUpdateSchema

storeId?: string

POIPartialUpdateSchema