Class CreatePaymentMethod
The create payment method object in Bolt
Inheritance
System.Object
    CreatePaymentMethod
  Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0Syntax
public class CreatePaymentMethod : Object
  Constructors
CreatePaymentMethod()
Declaration
public CreatePaymentMethod()
  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 | 
Default
Is default
Declaration
public bool Default { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
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 |