Table of Contents

Interface IPaymentService

Namespace
EcommerceApp.Api.Services
Assembly
EcommerceApp.Api.dll
public interface IPaymentService

Methods

Charge(double, ICard)

bool Charge(double total, ICard card)

Parameters

total double
card ICard

Returns

bool