World is now on Opti ID! Learn more

Class PaymentMethod

The payment method object in Bolt

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

Constructors

PaymentMethod()

Declaration
public PaymentMethod()

Properties

BillingAddress

The billing address

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

Default

Is default

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

Description

The description

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

ErrorMessage

The error message

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

ExpirationMonth

The expiration montg

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

ExpirationYear

The expiration year

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

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

Type

The type

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