Exemplo n.º 1
0
 public System.Threading.Tasks.Task <AudioShopFrontend.ZarinpalTest.PaymentVerificationWithExtraResponse> PaymentVerificationWithExtraAsync(string MerchantID, string Authority, int Amount)
 {
     AudioShopFrontend.ZarinpalTest.PaymentVerificationWithExtraRequest inValue = new AudioShopFrontend.ZarinpalTest.PaymentVerificationWithExtraRequest();
     inValue.Body            = new AudioShopFrontend.ZarinpalTest.PaymentVerificationWithExtraRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     return(((AudioShopFrontend.ZarinpalTest.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationWithExtraAsync(inValue));
 }
Exemplo n.º 2
0
 public int PaymentVerificationWithExtra(string MerchantID, string Authority, int Amount, out long RefID, out string ExtraDetail)
 {
     AudioShopFrontend.ZarinpalTest.PaymentVerificationWithExtraRequest inValue = new AudioShopFrontend.ZarinpalTest.PaymentVerificationWithExtraRequest();
     inValue.Body            = new AudioShopFrontend.ZarinpalTest.PaymentVerificationWithExtraRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     AudioShopFrontend.ZarinpalTest.PaymentVerificationWithExtraResponse retVal = ((AudioShopFrontend.ZarinpalTest.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationWithExtra(inValue);
     RefID       = retVal.Body.RefID;
     ExtraDetail = retVal.Body.ExtraDetail;
     return(retVal.Body.Status);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AudioShopFrontend.ZarinpalTest.PaymentVerificationWithExtraResponse> AudioShopFrontend.ZarinpalTest.PaymentGatewayImplementationServicePortType.PaymentVerificationWithExtraAsync(AudioShopFrontend.ZarinpalTest.PaymentVerificationWithExtraRequest request)
 {
     return(base.Channel.PaymentVerificationWithExtraAsync(request));
 }
Exemplo n.º 4
0
 AudioShopFrontend.ZarinpalTest.PaymentVerificationWithExtraResponse AudioShopFrontend.ZarinpalTest.PaymentGatewayImplementationServicePortType.PaymentVerificationWithExtra(AudioShopFrontend.ZarinpalTest.PaymentVerificationWithExtraRequest request)
 {
     return(base.Channel.PaymentVerificationWithExtra(request));
 }