Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class BoltPayment

Inheritance
System.Object
BoltPayment
Implements
System.Xml.Serialization.IXmlSerializable
System.ICloneable
System.Runtime.Serialization.ISerializable
Inherited Members
Namespace: EPiServer.Commerce.Bolt
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
public class BoltPayment : Payment, IXmlSerializable, IStorageObject, ICloneable, ISerializable, IPayment, IExtendedProperties

Constructors

BoltPayment()

Declaration
public BoltPayment()

BoltPayment(SerializationInfo, StreamingContext)

Initializes a new instance of the BoltPayment class.

Declaration
protected BoltPayment(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info

The info.

System.Runtime.Serialization.StreamingContext context

The context.

Fields

CardIdField

Declaration
public const string CardIdField = "Epi_CardId"
Field Value
Type Description
System.String

TokenField

Declaration
public const string TokenField = "Epi_Token"
Field Value
Type Description
System.String

Properties

AccessToken

CThe access token.

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

BillingAddress

The Billing Address

Declaration
public IOrderAddress BillingAddress { get; }
Property Value
Type Description
IOrderAddress

BoltPaymentMetaClass

Gets the Bolt payment meta class.

Declaration
public static MetaClass BoltPaymentMetaClass { get; }
Property Value
Type Description
MetaClass

The tokenization payment meta class.

CardId

The saved card id.

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

The card id.

CreateAccount

Create account in Bolt.

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

Token

The token as generated by Tokenization service that references the sensitive data.

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

The token value.

Implements

System.Xml.Serialization.IXmlSerializable
System.ICloneable
System.Runtime.Serialization.ISerializable