Kurejito.Gateways.SagePay.VspDirect.SagePayPaymentGateway.Accepts C# (CSharp) Method

Accepts() public method

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