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