Ejemplo n.º 1
0
 public Purchase(WebPayIntegration wbpayIntegration, IPaymentCommitRequestObjectBuilder requestBuilder)
 {
     this.wbpayIntegration = wbpayIntegration;
     this.requestBuilder   = requestBuilder;
 }
Ejemplo n.º 2
0
 public Authorization(WebPayIntegration wbpayIntegration, IPaymentCommitRequestObjectBuilder requestBuilder)
 {
     this.wbpayIntegration = wbpayIntegration;
     this.requestBuilder   = requestBuilder;
 }
Ejemplo n.º 3
0
 public Purchase(WebPayIntegration wbpayIntegration)
 {
     this.wbpayIntegration = wbpayIntegration;
     this.requestBuilder   = new PaymentCommitRequestObjectBuilder();
 }
Ejemplo n.º 4
0
 public Authorization(WebPayIntegration wbpayIntegration)
 {
     this.wbpayIntegration = wbpayIntegration;
     this.requestBuilder   = new PaymentCommitRequestObjectBuilder();
 }