Beispiel #1
0
 public PaymentGateway(Gateway gateway)
 {
     this.gateway = gateway;
 }
Beispiel #2
0
 public BatchGateway(Gateway gateway)
 {
     this.gateway = gateway;
 }
 public RecipientGateway(Gateway gateway)
 {
     this.gateway = gateway;
 }
Beispiel #4
0
 public BalancesGateway(Gateway gateway)
 {
     this.gateway = gateway;
 }