World is now on Opti ID! Learn more

Class CreditCard

Credit card object in Bolt

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

Constructors

CreditCard()

Declaration
public CreditCard()

Properties

BillingAddress

The billing address

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

BillingAddressId

The billing address id

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

Bin

The bin

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

Cryptogram

The cryptogram

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

Eci

The eci

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

Expiration

The expiration

Declaration
public string Expiration { 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

Number

The number

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

PostalCode

The postal code

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

Priority

The priority

Declaration
public int Priority { get; set; }
Property Value
Type Description
System.Int32

Save

Save card

Declaration
public bool Save { get; set; }
Property Value
Type Description
System.Boolean

Token

The token

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

TokenType

The token type

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