Class KWTCheck
- Namespace
- ScanbotSDK.MAUI.CheckDocumentModel
- Assembly
- ScanbotSDK.Shared.dll
A check format commonly used in Kuwait
public class KWTCheck : Check
- Inheritance
-
KWTCheck
- Inherited Members
Constructors
KWTCheck(GenericDocument)
public KWTCheck(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
ChequeNumber
Cheque number
public Field ChequeNumber { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
SortCode
Sort code
public Field SortCode { get; }