コード例 #1
0
ファイル: Reference.cs プロジェクト: kpkamrava/web_sard
 public System.Threading.Tasks.Task <ZarniPal.PaymentVerificationWithExtraResponse> PaymentVerificationWithExtraAsync(string MerchantID, string Authority, int Amount)
 {
     ZarniPal.PaymentVerificationWithExtraRequest inValue = new ZarniPal.PaymentVerificationWithExtraRequest();
     inValue.Body            = new ZarniPal.PaymentVerificationWithExtraRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     return(((ZarniPal.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationWithExtraAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: kpkamrava/web_sard
 System.Threading.Tasks.Task <ZarniPal.PaymentVerificationWithExtraResponse> ZarniPal.PaymentGatewayImplementationServicePortType.PaymentVerificationWithExtraAsync(ZarniPal.PaymentVerificationWithExtraRequest request)
 {
     return(base.Channel.PaymentVerificationWithExtraAsync(request));
 }