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