Table of Contents

Class FRACheck

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

A check format commonly used in France

public class FRACheck : Check
Inheritance
FRACheck
Inherited Members

Constructors

FRACheck(GenericDocument)

public FRACheck(GenericDocument document)

Parameters

document GenericDocument

Properties

AccountNumber

Account number

public Field AccountNumber { get; }

Property Value

Field

ChequeNumber

Cheque number

public Field ChequeNumber { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

RoutingNumber

Routing number

public Field RoutingNumber { get; }

Property Value

Field