Class USACheck
- Namespace
- ScanbotSDK.MAUI.DocumentFormats.Check
- 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
document
GenericDocument
Properties
AccountNumber
Account number
public Field AccountNumber { get; }
Property Value
AuxiliaryOnUs
Auxiliary On-Us
public Field? AuxiliaryOnUs { 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; }