Table of Contents

Class CANCheck

Namespace
ScanbotSDK.MAUI.CheckDocumentModel
Assembly
ScanbotSDK.Shared.dll

A check format commonly used in Canada

public class CANCheck : Check
Inheritance
CANCheck
Inherited Members

Constructors

CANCheck(GenericDocument)

public CANCheck(GenericDocument document)

Parameters

document GenericDocument

Fields

WrapperDocumentNormalizedType

Normalized document type name of this document wrapper.

public static readonly string WrapperDocumentNormalizedType

Field Value

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

AccountNumber

Account number

public Field AccountNumber { get; }

Property Value

Field

BankNumber

Bank number

public Field BankNumber { get; }

Property Value

Field

ChequeNumber

Cheque number

public Field ChequeNumber { get; }

Property Value

Field

DesignationNumber

Designation number

public Field? DesignationNumber { 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

TransitNumber

Transit number

public Field TransitNumber { get; }

Property Value

Field