Kurejito.Gateways.SagePay.VspDirect.SagePayPaymentGateway.Accepts C# (CSharp) Méthode

Accepts() public méthode

public Accepts ( Currency currency, CardType cardType ) : bool
currency System.Currency
cardType CardType
Résultat bool
        public bool Accepts(Currency currency, CardType cardType)
        {
            throw new NotImplementedException();
        }