コード例 #1
0
ファイル: Void.cs プロジェクト: vladop/webpay-dotnet-sdk
 public Void(WebPayIntegration wbpayIntegration, IPaymentChangeRequestObjectBuilder requestBuilder)
 {
     this.wbpayIntegration = wbpayIntegration;
     this.requestBuilder   = requestBuilder;
 }
コード例 #2
0
ファイル: Void.cs プロジェクト: vladop/webpay-dotnet-sdk
 public Void(WebPayIntegration wbpayIntegration)
 {
     this.wbpayIntegration = wbpayIntegration;
     this.requestBuilder   = new PaymentChangeRequestObjectBuilder();
 }