Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <ServiceReferenceZarinpal.PaymentRequestWithExtraResponse> PaymentRequestWithExtraAsync(string MerchantID, int Amount, string Description, string AdditionalData, string Email, string Mobile, string CallbackURL)
 {
     ServiceReferenceZarinpal.PaymentRequestWithExtraRequest inValue = new ServiceReferenceZarinpal.PaymentRequestWithExtraRequest();
     inValue.Body                = new ServiceReferenceZarinpal.PaymentRequestWithExtraRequestBody();
     inValue.Body.MerchantID     = MerchantID;
     inValue.Body.Amount         = Amount;
     inValue.Body.Description    = Description;
     inValue.Body.AdditionalData = AdditionalData;
     inValue.Body.Email          = Email;
     inValue.Body.Mobile         = Mobile;
     inValue.Body.CallbackURL    = CallbackURL;
     return(((ServiceReferenceZarinpal.PaymentGatewayImplementationServicePortType)(this)).PaymentRequestWithExtraAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <ServiceReferenceZarinpal.PaymentRequestWithExtraResponse> ServiceReferenceZarinpal.PaymentGatewayImplementationServicePortType.PaymentRequestWithExtraAsync(ServiceReferenceZarinpal.PaymentRequestWithExtraRequest request)
 {
     return(base.Channel.PaymentRequestWithExtraAsync(request));
 }