Class AuthorizeSavedCard
Authorize saved credit card request in Bolt
Inheritance
System.Object
AuthorizeSavedCard
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0Syntax
public class AuthorizeSavedCard : Object
Constructors
AuthorizeSavedCard()
Declaration
public AuthorizeSavedCard()
Properties
AutoCapture
Auto capture or manually trigger
Declaration
public bool AutoCapture { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Cart
The cart
Declaration
public Cart Cart { get; set; }
Property Value
Type | Description |
---|---|
Cart |
ConsumerId
The consumer id
Declaration
public string ConsumerId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreditCardId
The credit card
Declaration
public string CreditCardId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DivisionId
The division id
Declaration
public string DivisionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreviousTansactionId
The previous transaction id
Declaration
public string PreviousTansactionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProcessingInitiator
The processing initiator
Declaration
public string ProcessingInitiator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShippingAddress
The shipping address
Declaration
public Address ShippingAddress { get; set; }
Property Value
Type | Description |
---|---|
Address |
Source
The source
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserIdentifier
The user identifier object
Declaration
public UserIdentifier UserIdentifier { get; set; }
Property Value
Type | Description |
---|---|
UserIdentifier |
UserIdentity
The user identity object
Declaration
public UserIdentity UserIdentity { get; set; }
Property Value
Type | Description |
---|---|
UserIdentity |