Exemplo n.º 1
0
 public PaymentGateway(Gateway gateway)
 {
     this.gateway = gateway;
 }
Exemplo n.º 2
0
 public BatchGateway(Gateway gateway)
 {
     this.gateway = gateway;
 }
 public RecipientGateway(Gateway gateway)
 {
     this.gateway = gateway;
 }
Exemplo n.º 4
0
 public BalancesGateway(Gateway gateway)
 {
     this.gateway = gateway;
 }