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