Class AUSCheck
- Namespace
- ScanbotSDK.MAUI.CheckDocumentModel
- 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
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
AuxDomestic
Auxiliary domestic
public Field? AuxDomestic { get; }
Property Value
BSB
BSB
public Field BSB { get; }
Property Value
ExtraAuxDomestic
Extra auxiliary domestic
public Field? ExtraAuxDomestic { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
TransactionCode
Transaction code
public Field TransactionCode { get; }