PaymentMethodNotificationEventBase<TEntity>
public abstract class PaymentMethodNotificationEventBase<TEntity> : NotificationEventBase
where TEntity : PaymentMethodReadOnly
Inheritance
- class NotificationEventBase
Namespace
Constructors
PaymentMethodNotificationEventBase<TEntity>
public PaymentMethodNotificationEventBase(TEntity paymentMethod)
Properties
PaymentMethod
public TEntity PaymentMethod { get; }