@cfxlabsinc/b2b-services
    Preparing search index...
    ProductVendor: ProductVendorTerms & {
        bankName: string | null;
        createdAt: Temporal.Instant;
        deletedAt: Temporal.Instant | null;
        id: Vendor;
        matcherReferences: MatcherReferences;
        name: string;
        updatedAt: Temporal.Instant;
    }

    Admin-tier view of a product_vendor row. id is the vendor slug (externalId in the DB) — vendors are referenced by slug everywhere on service surfaces.

    Type Declaration

    • bankName: string | null
    • createdAt: Temporal.Instant
    • deletedAt: Temporal.Instant | null
    • id: Vendor
    • matcherReferences: MatcherReferences

      Display names for the external ids mandatoryMatcher references; see matcherReferencesSql. Empty when it references none — and on the history/version projections, which do not resolve them.

    • name: string
    • updatedAt: Temporal.Instant