Class EuropeanDriverLicenseBack.Category
- Namespace
- ScanbotSDK.MAUI.DocumentsModel
- Assembly
- ScanbotSDK.Shared.dll
A category row from the categories table
public abstract class EuropeanDriverLicenseBack.Category : GenericDocumentWrapper
- Inheritance
-
EuropeanDriverLicenseBack.Category
- Derived
- Inherited Members
Constructors
Category(GenericDocument)
public Category(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
Restrictions
Restrictions (Column 12.)
public Field? Restrictions { get; }
Property Value
ValidFrom
Valid from (Column 10.)
public Field? ValidFrom { get; }
Property Value
ValidUntil
Valid until (Column 11.)
public Field? ValidUntil { get; }