コード例 #1
0
 public System.Threading.Tasks.Task <ServiceReferenceZarinpalSandBox.PaymentVerificationResponse> PaymentVerificationAsync(string MerchantID, string Authority, int Amount)
 {
     ServiceReferenceZarinpalSandBox.PaymentVerificationRequest inValue = new ServiceReferenceZarinpalSandBox.PaymentVerificationRequest();
     inValue.Body            = new ServiceReferenceZarinpalSandBox.PaymentVerificationRequestBody();
     inValue.Body.MerchantID = MerchantID;
     inValue.Body.Authority  = Authority;
     inValue.Body.Amount     = Amount;
     return(((ServiceReferenceZarinpalSandBox.PaymentGatewayImplementationServicePortType)(this)).PaymentVerificationAsync(inValue));
 }
コード例 #2
0
 System.Threading.Tasks.Task <ServiceReferenceZarinpalSandBox.PaymentVerificationResponse> ServiceReferenceZarinpalSandBox.PaymentGatewayImplementationServicePortType.PaymentVerificationAsync(ServiceReferenceZarinpalSandBox.PaymentVerificationRequest request)
 {
     return(base.Channel.PaymentVerificationAsync(request));
 }