Class USACheck
- Namespace
- ScanbotSDK.MAUI.CheckDocumentModel
- Assembly
- ScanbotSDK.Shared.dll
A check compatible with the ASC X9 standard used in the USA
public class USACheck : Check
- Inheritance
-
USACheck
- Inherited Members
Constructors
USACheck(GenericDocument)
public USACheck(GenericDocument document)
Parameters
documentGenericDocument
Fields
WrapperDocumentNormalizedType
Normalized document type name of this document wrapper.
public static readonly string WrapperDocumentNormalizedType
Field Value
WrapperDocumentType
Generic document type name of this document wrapper.
public static readonly string WrapperDocumentType
Field Value
Properties
AccountNumber
Account number
public Field AccountNumber { get; }
Property Value
AuxiliaryOnUs
Auxiliary On-Us field. For business checks this is often the serial number of the check.
public Field? AuxiliaryOnUs { get; }
Property Value
CheckNumber
This field is often the check number, though it cannot be guaranteed as it is up to the discretion of the issuing bank.
public Field CheckNumber { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
TransitNumber
Transit number
public Field TransitNumber { get; }