Class CreditCard
- Namespace
- ScanbotSDK.MAUI.CreditCardDocumentModel
- Assembly
- ScanbotSDK.Shared.dll
public class CreditCard : GenericDocumentWrapper
- Inheritance
-
CreditCard
- Inherited Members
-
Constructors
CreditCard(GenericDocument)
public CreditCard(GenericDocument document)
Parameters
document
GenericDocument
Fields
WrapperDocumentNormalizedType
public static readonly string WrapperDocumentNormalizedType
Field Value
- string
WrapperDocumentType
public static readonly string WrapperDocumentType
Field Value
- string
Properties
CardNumber
public Field CardNumber { get; }
Property Value
- Field
CardholderName
public Field? CardholderName { get; }
Property Value
- Field
ExpiryDate
public Field? ExpiryDate { get; }
Property Value
- Field
RequiredDocumentType
protected override string RequiredDocumentType { get; }
Property Value
- string