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