PaymentFormGeneratingNotification
public class PaymentFormGeneratingNotification : NotificationEventBase
Inheritance
- class NotificationEventBase
Namespace
Constructors
PaymentFormGeneratingNotification
public PaymentFormGeneratingNotification(OrderReadOnly order, IPaymentProvider paymentProvider,
IReadOnlyDictionary<string, string> settings)
Properties
Order
public OrderReadOnly Order { get; }
PaymentProvider
public IPaymentProvider PaymentProvider { get; }
Settings
public IReadOnlyDictionary<string, string> Settings { get; }