ValidatePaymentMethodDisallowInCountryRegion
public class ValidatePaymentMethodDisallowInCountryRegion : ValidationEventBase
Inheritance
- class ValidationEventBase
Namespace
Constructors
ValidatePaymentMethodDisallowInCountryRegion
public ValidatePaymentMethodDisallowInCountryRegion(PaymentMethodReadOnly paymentMethod,
Guid countryId, Guid? regionId)
Fields
CountryId
public Guid CountryId;
RegionId
public Guid? RegionId;
Properties
PaymentMethod
public PaymentMethodReadOnly PaymentMethod { get; }