Table of Contents

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

Field

AuxiliaryOnUs

Auxiliary On-Us

public Field? AuxiliaryOnUs { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

TransitNumber

Transit number

public Field TransitNumber { get; }

Property Value

Field