Table of Contents

Class UnmaskedCreditCard

Namespace
InSite.Domain.Payments
Assembly
Shift.Sdk.dll
public class UnmaskedCreditCard
Inheritance
UnmaskedCreditCard
Inherited Members
Extension Methods

Constructors

UnmaskedCreditCard()

public UnmaskedCreditCard()

Properties

CardNumber

public string CardNumber { get; set; }

Property Value

string

CardholderName

public string CardholderName { get; set; }

Property Value

string

ErrorMessage

public string ErrorMessage { get; set; }

Property Value

string

ExpiryMonth

public int ExpiryMonth { get; set; }

Property Value

int

ExpiryYear

public int ExpiryYear { get; set; }

Property Value

int

IsValid

public bool IsValid { get; set; }

Property Value

bool

SecurityCode

public string SecurityCode { get; set; }

Property Value

string