Beispiel #1
0
 public System.Threading.Tasks.Task <API.ParsianRef.SalePaymentWithIdResponse> SalePaymentWithIdAsync(API.ParsianRef.ClientSaleRequestData requestData)
 {
     API.ParsianRef.SalePaymentWithIdRequest inValue = new API.ParsianRef.SalePaymentWithIdRequest();
     inValue.Body             = new API.ParsianRef.SalePaymentWithIdRequestBody();
     inValue.Body.requestData = requestData;
     return(((API.ParsianRef.SaleServiceSoap)(this)).SalePaymentWithIdAsync(inValue));
 }
Beispiel #2
0
 public API.ParsianRef.ClientSaleResponseData SalePaymentWithId(API.ParsianRef.ClientSaleRequestData requestData)
 {
     API.ParsianRef.SalePaymentWithIdRequest inValue = new API.ParsianRef.SalePaymentWithIdRequest();
     inValue.Body             = new API.ParsianRef.SalePaymentWithIdRequestBody();
     inValue.Body.requestData = requestData;
     API.ParsianRef.SalePaymentWithIdResponse retVal = ((API.ParsianRef.SaleServiceSoap)(this)).SalePaymentWithId(inValue);
     return(retVal.Body.SalePaymentWithIdResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <API.ParsianRef.SalePaymentWithIdResponse> API.ParsianRef.SaleServiceSoap.SalePaymentWithIdAsync(API.ParsianRef.SalePaymentWithIdRequest request)
 {
     return(base.Channel.SalePaymentWithIdAsync(request));
 }
Beispiel #4
0
 API.ParsianRef.SalePaymentWithIdResponse API.ParsianRef.SaleServiceSoap.SalePaymentWithId(API.ParsianRef.SalePaymentWithIdRequest request)
 {
     return(base.Channel.SalePaymentWithId(request));
 }