@switstack/swittest-api-ts
    Preparing search index...

    Function ValidationApiAxiosParamCreator

    • ValidationApi - axios parameter creator

      Parameters

      Returns {
          verifyBinScope: (
              bINScopeSchema: BINScopeSchema,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          verifyCapkScope: (
              cAPKScopeSchema: CAPKScopeSchema,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          verifyCrScope: (
              cRScopeSchema: CRScopeSchema,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          verifyEmvScope: (
              eMVScopeSchema: EMVScopeSchema,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          verifyTest: (
              testSchema: TestSchema,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          verifyTestSuite: (
              testSuiteSchema: TestSuiteSchema,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
          verifyVcard: (
              vCardSchema: VCardSchema,
              options?: RawAxiosRequestConfig,
          ) => Promise<RequestArgs>;
      }

      • verifyBinScope: (
            bINScopeSchema: BINScopeSchema,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>
      • verifyCapkScope: (
            cAPKScopeSchema: CAPKScopeSchema,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>
      • verifyCrScope: (
            cRScopeSchema: CRScopeSchema,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>
      • verifyEmvScope: (
            eMVScopeSchema: EMVScopeSchema,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>
      • verifyTest: (
            testSchema: TestSchema,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>
      • verifyTestSuite: (
            testSuiteSchema: TestSuiteSchema,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>
      • verifyVcard: (
            vCardSchema: VCardSchema,
            options?: RawAxiosRequestConfig,
        ) => Promise<RequestArgs>