World is now on Opti ID! Learn more

Class CreditCardView

The credit card view object in Bolt

Inheritance
System.Object
CreditCardView
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
public class CreditCardView : Object

Constructors

CreditCardView()

Declaration
public CreditCardView()

Properties

BillingAddress

The billing address

Declaration
public Address BillingAddress { get; set; }
Property Value
Type Description
Address

Bin

The bin

Declaration
public string Bin { get; set; }
Property Value
Type Description
System.String

DisplayNetwork

The display network

Declaration
public string DisplayNetwork { get; set; }
Property Value
Type Description
System.String

Expiration

The expiration

Declaration
public long Expiration { get; set; }
Property Value
Type Description
System.Int64

Id

The id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

LastFour

The last four

Declaration
public string LastFour { get; set; }
Property Value
Type Description
System.String

Network

The network

Declaration
public string Network { get; set; }
Property Value
Type Description
System.String

Priority

The priority

Declaration
public string Priority { get; set; }
Property Value
Type Description
System.String

Status

The status

Declaration
public string Status { get; set; }
Property Value
Type Description
System.String

TokenType

The token type

Declaration
public string TokenType { get; set; }
Property Value
Type Description
System.String