Table of Contents

Class INDCheck

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

A check compatible with the CTS-2010 standard issued by the Reserve Bank of India in 2012

public class INDCheck : Check
Inheritance
INDCheck
Inherited Members

Constructors

INDCheck(GenericDocument)

public INDCheck(GenericDocument document)

Parameters

document GenericDocument

Properties

AccountNumber

Account number

public Field AccountNumber { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

SerialNumber

Serial number

public Field SerialNumber { get; }

Property Value

Field

SortNumber

Sort number

public Field? SortNumber { get; }

Property Value

Field

TransactionCode

Transaction code

public Field TransactionCode { get; }

Property Value

Field