public void MakePayment(TotalPriceResponse request) { _client.makePayment(TotalPriceResponseAdapter.Create(request)); }
public PaymentResponse MakePayment(TotalPriceResponse request) { return(PaymentResponseAdapter.Create(_client.makePayment(TotalPriceResponseAdapter.Create(request)))); }