コード例 #1
0
 public System.Threading.Tasks.Task <ZarinPal.PaymentVerificationWithExtraResponse> PaymentVerificationWithExtraAsync(string MerchantID, string Authority, int Amount)
 {
     ZarinPal.PaymentVerificationWithExtraRequest inValue = new ZarinPal.PaymentVerificationWithExtraRequest();
     inValue.Body            = new ZarinPal.PaymentVerificationWithExtraRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     return(((ZarinPal.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationWithExtraAsync(inValue));
 }
コード例 #2
0
 public System.Threading.Tasks.Task <ZarinPal.PaymentVerificationWithExtraResponse> PaymentVerificationWithExtraAsync(ZarinPal.PaymentVerificationWithExtraRequest request)
 {
     return(base.Channel.PaymentVerificationWithExtraAsync(request));
 }
コード例 #3
0
 System.Threading.Tasks.Task <ZarinPal.PaymentVerificationWithExtraResponse> ZarinPal.PaymentGatewayImplementationServicePortType.PaymentVerificationWithExtraAsync(ZarinPal.PaymentVerificationWithExtraRequest request)
 {
     return(base.Channel.PaymentVerificationWithExtraAsync(request));
 }