@switstack/switcloud-api-ts
    Preparing search index...

    Interface POIPartialUpdateSchema

    POIPartialUpdateSchema

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

    Properties

    brand?: POIBrandType

    POIPartialUpdateSchema

    description?: string

    POIPartialUpdateSchema

    identifier?: string

    POIPartialUpdateSchema

    name?: string

    POIPartialUpdateSchema

    serialNumber?: string

    POIPartialUpdateSchema

    state?: POIStateType

    POIPartialUpdateSchema

    storeId?: string

    POIPartialUpdateSchema