@theredspace/spp-client
    Preparing search index...

    Interface Purchaser

    Entity representing a purchaser/contact

    interface Purchaser {
        active: 0 | 1;
        created: string;
        email: string;
        id: number;
        name: string;
        phone?: string;
        updated: string;
    }
    Index

    Properties

    active: 0 | 1
    created: string
    email: string
    id: number
    name: string
    phone?: string
    updated: string