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

    Class USACheck

    A check compatible with the ASC X9 standard used in the USA

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    ACCOUNT_NUMBER_FIELD_NAME: "AccountNumber"
    ACCOUNT_NUMBER_FIELD_NAME_NORMALIZED: "USACheck.AccountNumber"
    AUXILIARY_ON_US_FIELD_NAME: "AuxiliaryOnUs"
    AUXILIARY_ON_US_FIELD_NAME_NORMALIZED: "USACheck.AuxiliaryOnUs"
    CHECK_NUMBER_FIELD_NAME: "CheckNumber"
    CHECK_NUMBER_FIELD_NAME_NORMALIZED: "USACheck.CheckNumber"
    DOCUMENT_TYPE: "USACheck"
    FONT_TYPE_FIELD_NAME: "FontType"
    FONT_TYPE_FIELD_NAME_NORMALIZED: "Check.FontType"
    RAW_STRING_FIELD_NAME: "RawString"
    RAW_STRING_FIELD_NAME_NORMALIZED: "Check.RawString"
    TRANSIT_NUMBER_FIELD_NAME: "TransitNumber"
    TRANSIT_NUMBER_FIELD_NAME_NORMALIZED: "USACheck.TransitNumber"

    Accessors

    • get accountNumber(): Field

      Account number

      Returns Field

    • get auxiliaryOnUs(): Field | undefined

      Auxiliary On-Us field. For business checks this is often the serial number of the check.

      Returns Field | undefined

    • get checkNumber(): Field

      This field is often the check number, though it cannot be guaranteed as it is up to the discretion of the issuing bank.

      Returns Field

    • get fontType(): Field | undefined

      type of check font

      Returns Field | undefined

    • get rawString(): Field

      Detected raw string

      Returns Field

    • get transitNumber(): Field

      Transit number

      Returns Field

    Methods