Class BoltGateway
Inheritance
System.Object
BoltGateway
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
public class BoltGateway : Object, IPaymentPlugin
Constructors
Declaration
public BoltGateway(IOrderGroupCalculator orderGroupCalculator, IOrderRepository orderRepository, LocalizationService localizationService, IApiService apiService, IUrlResolver urlResolver, IMarketService marketService, BoltOptions boltOptions, ILogger<BoltGateway> logger)
Parameters
Properties
Settings
Declaration
public IDictionary<string, string> Settings { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|
Methods
ProcessPayment(IOrderGroup, IPayment)
Declaration
public PaymentProcessingResult ProcessPayment(IOrderGroup orderGroup, IPayment payment)
Parameters
Returns
Implements