public PaymentGateway(Gateway gateway) { this.gateway = gateway; }
public BatchGateway(Gateway gateway) { this.gateway = gateway; }
public RecipientGateway(Gateway gateway) { this.gateway = gateway; }
public BalancesGateway(Gateway gateway) { this.gateway = gateway; }