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

    Type Alias FieldDataFormat

    FieldDataFormat:
        | "ISO_DATE"
        | "ISO_COUNTRY_ALPHA_2"
        | "ISO_COUNTRY_ALPHA_3"
        | "ISO_COUNTRY_NUMERIC"
        | "ISO_COUNTRY_NAME"
        | "GENDER"

    Type of parsing applied to field.

    • ISO_DATE: Field value is parsed as ISO 8601 date in format YYYY-MM-DD.
    • ISO_COUNTRY_ALPHA_2: Field value is parsed as ISO 3166-1 alpha-2 country code. E.g. "DE" for Germany.
    • ISO_COUNTRY_ALPHA_3: Field value is parsed as ISO 3166-1 alpha-3 country code. E.g. "DEU" for Germany.
    • ISO_COUNTRY_NUMERIC: Field value is parsed as ISO 3166-1 numeric country code. E.g. "276" for Germany.
    • ISO_COUNTRY_NAME: Field value is parsed as ISO 3166-1 country name. E.g. "Germany".
    • GENDER: Field value is parsed as "Male", "Female".

    Type Declaration

    • "ISO_DATE"

      Field value is parsed as ISO 8601 date in format YYYY-MM-DD.

    • "ISO_COUNTRY_ALPHA_2"

      Field value is parsed as ISO 3166-1 alpha-2 country code. E.g. "DE" for Germany.

    • "ISO_COUNTRY_ALPHA_3"

      Field value is parsed as ISO 3166-1 alpha-3 country code. E.g. "DEU" for Germany.

    • "ISO_COUNTRY_NUMERIC"

      Field value is parsed as ISO 3166-1 numeric country code. E.g. "276" for Germany.

    • "ISO_COUNTRY_NAME"

      Field value is parsed as ISO 3166-1 country name. E.g. "Germany".

    • "GENDER"

      Field value is parsed as "Male", "Female".