@cfxlabsinc/b2b-services
    Preparing search index...

    Service-layer projection of b2b.backoffice_wallet.

    type BackofficeWalletConfig = {
        createdAt: Date;
        data: BackofficeWalletData;
        description: string | null;
        id: string;
        name: string;
        provider: BackofficeWalletProvider;
        status: "ACTIVE" | "DISABLED";
        updatedAt: Date;
    }
    Index

    Properties

    createdAt: Date
    description: string | null
    id: string

    External id (bow_…).

    name: string
    provider: BackofficeWalletProvider
    status: "ACTIVE" | "DISABLED"
    updatedAt: Date