Ejemplo n.º 1
0
 public Modification(Client clinet)
     : base(clinet)
 {
     _capture        = new Capture(this);
     _cancelOrRefund = new CancelOrRefund(this);
     _refund         = new Refund(this);
     _cancel         = new Cancel(this);
 }
Ejemplo n.º 2
0
 public Modification(Client clinet)
     : base(clinet)
 {
     _capture             = new Capture(this);
     _cancelOrRefund      = new CancelOrRefund(this);
     _refund              = new Refund(this);
     _cancel              = new Cancel(this);
     _adjustAuthorisation = new AdjustAuthorisation(this);
     _voidPendingRefund   = new VoidPendingRefund(this);
 }