MettleSystems.dashCommerce.Store.Services.PaymentService.PaymentServiceSettings.PaymentServiceSettings C# (CSharp) Method

PaymentServiceSettings() public method

Initializes a new instance of the T:PaymentServiceSettings class.
public PaymentServiceSettings ( ) : System
return System
        public PaymentServiceSettings()
        {
            _providerSettingsCollection = new ProviderSettingsCollection();
        }
PaymentServiceSettings