Ejemplo n.º 1
0
 public Void(WebPayIntegration wbpayIntegration, IPaymentChangeRequestObjectBuilder requestBuilder)
 {
     this.wbpayIntegration = wbpayIntegration;
     this.requestBuilder   = requestBuilder;
 }
Ejemplo n.º 2
0
 public Void(WebPayIntegration wbpayIntegration)
 {
     this.wbpayIntegration = wbpayIntegration;
     this.requestBuilder   = new PaymentChangeRequestObjectBuilder();
 }