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

    Interface POIReadSchema

    POIReadSchema

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

    Properties

    brand?: POIBrandType

    POIReadSchema

    description?: string

    POIReadSchema

    id: string

    POIReadSchema

    identifier: string

    POIReadSchema

    name: string

    POIReadSchema

    organizationId: string

    POIReadSchema

    serialNumber: string

    POIReadSchema

    state?: POIStateType

    POIReadSchema

    storeId: string

    POIReadSchema