public bool GetApproval(CreditCard card) { throw new NotImplementedException(); }
public void AddPayment(Invoice invoice, CreditCard card) { throw new NotImplementedException(); }