示例#1
0
 protected void payInvoiceByInterac(Invoice inv, decimal amount, int cardID)
 {
     inv.Transfer_Ext_Debit(amount, cardID);
 }