示例#1
0
 public void MakePayment(TotalPriceResponse request)
 {
     _client.makePayment(TotalPriceResponseAdapter.Create(request));
 }
示例#2
0
 public PaymentResponse MakePayment(TotalPriceResponse request)
 {
     return(PaymentResponseAdapter.Create(_client.makePayment(TotalPriceResponseAdapter.Create(request))));
 }