예제 #1
0
 public Purchase(WebPayIntegration wbpayIntegration, IPaymentCommitRequestObjectBuilder requestBuilder)
 {
     this.wbpayIntegration = wbpayIntegration;
     this.requestBuilder   = requestBuilder;
 }
예제 #2
0
 public Authorization(WebPayIntegration wbpayIntegration, IPaymentCommitRequestObjectBuilder requestBuilder)
 {
     this.wbpayIntegration = wbpayIntegration;
     this.requestBuilder   = requestBuilder;
 }
예제 #3
0
 public Purchase(WebPayIntegration wbpayIntegration)
 {
     this.wbpayIntegration = wbpayIntegration;
     this.requestBuilder   = new PaymentCommitRequestObjectBuilder();
 }
예제 #4
0
 public Authorization(WebPayIntegration wbpayIntegration)
 {
     this.wbpayIntegration = wbpayIntegration;
     this.requestBuilder   = new PaymentCommitRequestObjectBuilder();
 }