Class FRACheck
[Register("io/scanbot/sdk/check/entity/FRACheck", DoNotGenerateAcw = true)]
public sealed class FRACheck : Check, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
FRACheck
- Implements
- Inherited Members
Constructors
FRACheck(GenericDocument)
[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public FRACheck(GenericDocument document)
Parameters
documentGenericDocument
Fields
DocumentNormalizedType
[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "FRACheck"
Field Value
DocumentType
[Register("DOCUMENT_TYPE")]
public const string DocumentType = "FRACheck"
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; }