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

    A virtual-account provider as exposed to admin callers. id is the provider's external id (vaprov_… for ad-hoc rows, a fixed slug like victor for the seeded integrated providers); type is the discriminator the route matcher + backend code branch on.

    type VirtualAccountProvider = {
        id: SelectVirtualAccountProvider["externalId"];
        name: SelectVirtualAccountProvider["name"];
        type: SelectVirtualAccountProvider["type"];
    }
    Index

    Properties

    Properties