Beispiel #1
0
 public Shopping.Payment.ParsianGateway.ClientPaymentResponseDataBase UDSalePaymentRequest(Shopping.Payment.ParsianGateway.ClientSaleRequestData requestData)
 {
     Shopping.Payment.ParsianGateway.UDSalePaymentRequestRequest inValue = new Shopping.Payment.ParsianGateway.UDSalePaymentRequestRequest();
     inValue.Body             = new Shopping.Payment.ParsianGateway.UDSalePaymentRequestRequestBody();
     inValue.Body.requestData = requestData;
     Shopping.Payment.ParsianGateway.UDSalePaymentRequestResponse retVal = ((Shopping.Payment.ParsianGateway.SaleServiceSoap)(this)).UDSalePaymentRequest(inValue);
     return(retVal.Body.UDSalePaymentRequestResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <Shopping.Payment.ParsianGateway.UDSalePaymentRequestResponse> UDSalePaymentRequestAsync(Shopping.Payment.ParsianGateway.ClientSaleRequestData requestData)
 {
     Shopping.Payment.ParsianGateway.UDSalePaymentRequestRequest inValue = new Shopping.Payment.ParsianGateway.UDSalePaymentRequestRequest();
     inValue.Body             = new Shopping.Payment.ParsianGateway.UDSalePaymentRequestRequestBody();
     inValue.Body.requestData = requestData;
     return(((Shopping.Payment.ParsianGateway.SaleServiceSoap)(this)).UDSalePaymentRequestAsync(inValue));
 }
Beispiel #3
0
 public UDSalePaymentRequestRequestBody(Shopping.Payment.ParsianGateway.ClientSaleRequestData requestData)
 {
     this.requestData = requestData;
 }