OrderPaymentCountryRegionChangeNotificationBase<TEntity>
public abstract class OrderPaymentCountryRegionChangeNotificationBase<TEntity> :
OrderNotificationEventBase<TEntity>
where TEntity : OrderReadOnly
Inheritance
Namespace
Constructors
OrderPaymentCountryRegionChangeNotificationBase<TEntity>
public OrderPaymentCountryRegionChangeNotificationBase(TEntity order,
ChangingValue<Guid?> countryId, ChangingValue<Guid?> regionId)
Properties
CountryId
public ChangingValue<Guid?> CountryId { get; }
RegionId
public ChangingValue<Guid?> RegionId { get; }