PaymentProviderCollection
public class PaymentProviderCollection : BuilderCollectionBase<IPaymentProvider>
Namespace
Constructors
PaymentProviderCollection
public PaymentProviderCollection(IEnumerable<IPaymentProvider> providers)
Indexers
PaymentProviderCollection
public IPaymentProvider this[string alias] { get; }