@cfxlabsinc/b2b-services
    Preparing search index...
    interface GreendotBarcode {
        cancelOldest: boolean;
        entityId: string;
        expiresAt: string;
        greendotId: string;
        id: string;
        lastUpdatedAt: string;
        retailerId: string;
        retailerName: string;
        status:
            | "voided"
            | "new"
            | "pending"
            | "consumed"
            | "expired"
            | "cancelled"
            | "declined";
    }
    Index

    Properties

    cancelOldest: boolean
    entityId: string
    expiresAt: string
    greendotId: string
    id: string
    lastUpdatedAt: string
    retailerId: string
    retailerName: string
    status:
        | "voided"
        | "new"
        | "pending"
        | "consumed"
        | "expired"
        | "cancelled"
        | "declined"