Interface IPaymentService
- Namespace
- EcommerceApp.Api.Services
- Assembly
- EcommerceApp.Api.dll
public interface IPaymentService
Methods
Charge(double, ICard)
bool Charge(double total, ICard card)
public interface IPaymentService
bool Charge(double total, ICard card)