capacitor-plugin-scanbot-sdk
    Preparing search index...

    Class FieldConsistencyVerificationReport

    Report of the field consistency verification.

    Index

    Constructors

    Properties

    consistency: ValueConsistency

    The status of the consistency verification.

    fieldFullNames: string[]

    Full names of the fields that were considered during the verification.

    fieldType: CommonFieldType

    Logical field that is being verified.

    Methods

    • Parameters

      Returns {
          consistency?: ValueConsistency;
          fieldFullNames?: string[];
          fieldType?: CommonFieldType;
          serialize?: (
              config?: ToJsonConfiguration,
          ) => { readonly fieldType?: CommonFieldType | undefined; readonly consistency?: ValueConsistency | undefined; readonly fieldFullNames?: string[] | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
      }

      • Optional Readonlyconsistency?: ValueConsistency

        The status of the consistency verification.

      • Optional ReadonlyfieldFullNames?: string[]

        Full names of the fields that were considered during the verification.

      • Optional ReadonlyfieldType?: CommonFieldType

        Logical field that is being verified.

      • Optionalserialize?: (
            config?: ToJsonConfiguration,
        ) => { readonly fieldType?: CommonFieldType | undefined; readonly consistency?: ValueConsistency | undefined; readonly fieldFullNames?: string[] | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }