namespace Nop.Services.Payments; /// /// Represents default values related to payment services /// public static partial class NopPaymentDefaults { /// /// Gets a setting name to store countries in which a payment method is not allowed /// /// /// {0} : payment method name /// public static string RestrictedCountriesSettingName => "PaymentMethodRestictions.{0}"; }