public Task <SalePaymentRequestResponse> SalePaymentRequestAsync(ClientSaleRequestData requestData) { SalePaymentRequestRequest inValue = new SalePaymentRequestRequest(); inValue.Body = new SalePaymentRequestRequestBody(); inValue.Body.requestData = requestData; return(((SaleServiceSoap)(this)).SalePaymentRequestAsync(inValue)); }
Task <SalePaymentRequestResponse> SaleServiceSoap.SalePaymentRequestAsync(SalePaymentRequestRequest request) { return(base.Channel.SalePaymentRequestAsync(request)); }