ValidateOrderPaymentCountryRegionChange
public class ValidateOrderPaymentCountryRegionChange : ValidationEventBase
Inheritance
- class ValidationEventBase
Namespace
Constructors
ValidateOrderPaymentCountryRegionChange
public ValidateOrderPaymentCountryRegionChange(OrderReadOnly order, ChangingValue<Guid?> countryId,
ChangingValue<Guid?> regionId)
Properties
CountryId
public ChangingValue<Guid?> CountryId { get; }
Order
public OrderReadOnly Order { get; }
RegionId
public ChangingValue<Guid?> RegionId { get; }