Class UAECheck
[Register("io/scanbot/sdk/check/entity/UAECheck", DoNotGenerateAcw = true)]
public sealed class UAECheck : Check, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
UAECheck
- Implements
- Inherited Members
Constructors
UAECheck(GenericDocument)
[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public UAECheck(GenericDocument document)
Parameters
documentGenericDocument
Fields
DocumentNormalizedType
[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "UAECheck"
Field Value
DocumentType
[Register("DOCUMENT_TYPE")]
public const string DocumentType = "UAECheck"
Field Value
Properties
AccountNumber
public TextFieldWrapper AccountNumber { get; }
Property Value
ChequeNumber
public TextFieldWrapper ChequeNumber { get; }
Property Value
RequiredDocumentType
public override string RequiredDocumentType { get; }
Property Value
RoutingNumber
public TextFieldWrapper RoutingNumber { get; }