Table of Contents

Class AUSCheck

Namespace
ScanbotSDK.MAUI.DocumentFormats.Check
Assembly
ScanbotSDK.Shared.dll

A check compatible with the Australian Paper Clearing System cheque standard

public class AUSCheck : Check
Inheritance
AUSCheck
Inherited Members

Constructors

AUSCheck(GenericDocument)

public AUSCheck(GenericDocument document)

Parameters

document GenericDocument

Properties

AccountNumber

Account number

public Field AccountNumber { get; }

Property Value

Field

AuxDomestic

Auxiliary domestic

public Field? AuxDomestic { get; }

Property Value

Field

BSB

BSB

public Field BSB { get; }

Property Value

Field

ExtraAuxDomestic

Extra auxiliary domestic

public Field? ExtraAuxDomestic { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

TransactionCode

Transaction code

public Field TransactionCode { get; }

Property Value

Field