Table of Contents

Class CreditCard

Namespace
IO.Scanbot.Sdk.Creditcard.Entity
Assembly
DocumentSDK.NET.Droid.dll
public sealed class CreditCard : GenericDocumentWrapper
Inheritance
CreditCard
Inherited Members

Constructors

CreditCard(GenericDocument)

public CreditCard(GenericDocument document)

Parameters

document GenericDocument

Fields

DocumentNormalizedType

public const string DocumentNormalizedType = "CreditCard"

Field Value

string

DocumentType

public const string DocumentType = "CreditCard"

Field Value

string

Properties

CardNumber

public TextFieldWrapper CardNumber { get; }

Property Value

TextFieldWrapper

CardholderName

public TextFieldWrapper CardholderName { get; }

Property Value

TextFieldWrapper

ExpiryDate

public TextFieldWrapper ExpiryDate { get; }

Property Value

TextFieldWrapper