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

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • args: { customerId: string; quoteId: string; sourceAmount?: number }

      Returns Promise<
          | {
              ok: true;
              value: { confirmationId: string; requestId: string; responseXml: string };
          }
          | { error: AuthError; ok: false },
      >