Table of Contents

Class CreditCard

Namespace
ScanbotSDK.MAUI.CreditCardDocumentModel
Assembly
ScanbotSDK.Shared.dll

Credit Card Document

public class CreditCard : GenericDocumentWrapper
Inheritance
CreditCard
Inherited Members

Constructors

CreditCard(GenericDocument)

public CreditCard(GenericDocument document)

Parameters

document GenericDocument

Fields

WrapperDocumentNormalizedType

Normalized document type name of this document wrapper.

public static readonly string WrapperDocumentNormalizedType

Field Value

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

CardNumber

The card number of the recognized credit card

public Field CardNumber { get; }

Property Value

Field

CardholderName

The cardholder name of the recognized credit card

public Field? CardholderName { get; }

Property Value

Field

ExpiryDate

The expiry date of the recognized credit card

public Field? ExpiryDate { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string