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
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
CardNumber
The card number of the recognized credit card
public Field CardNumber { get; }
Property Value
CardholderName
The cardholder name of the recognized credit card
public Field? CardholderName { get; }
Property Value
ExpiryDate
The expiry date of the recognized credit card
public Field? ExpiryDate { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }