Ejemplo n.º 1
0
 public Transaction ExecuteTransaction(Transaction transaction)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public Transaction ChargebackTransaction(Transaction transaction)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public Transaction CreateTransaction(Order order, TransactionType transactionType, BillingMethod billingMethod, double price, Transaction transactionReference = null)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public Transaction CancelTransaction(Transaction transaction)
 {
     throw new NotImplementedException();
 }