ValidateShippingMethodPriceChange
public class ValidateShippingMethodPriceChange : ValidationEventBase
Inheritance
- class ValidationEventBase
Namespace
Constructors
ValidateShippingMethodPriceChange
public ValidateShippingMethodPriceChange(ShippingMethodReadOnly shippingMethod, Guid currencyId,
ChangingValue<decimal> price, Guid? countryId, Guid? regionId)
Properties
CountryId
public Guid? CountryId { get; }
CurrencyId
public Guid CurrencyId { get; }
Price
public ChangingValue<decimal> Price { get; }
RegionId
public Guid? RegionId { get; }
ShippingMethod
public ShippingMethodReadOnly ShippingMethod { get; }