Class INDCheck
- Namespace
- ScanbotSDK.MAUI.CheckDocumentModel
- 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
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
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
SerialNumber
Serial number
public Field SerialNumber { get; }
Property Value
SortNumber
Sort number
public Field? SortNumber { get; }
Property Value
TransactionCode
Transaction code
public Field TransactionCode { get; }