public System.Threading.Tasks.Task <R2PrimaryTestCSharp.ServiceReference.PaymentRequestWithExtraResponse> PaymentRequestWithExtraAsync(string MerchantID, int Amount, string Description, string AdditionalData, string Email, string Mobile, string CallbackURL)
 {
     R2PrimaryTestCSharp.ServiceReference.PaymentRequestWithExtraRequest inValue = new R2PrimaryTestCSharp.ServiceReference.PaymentRequestWithExtraRequest();
     inValue.Body                = new R2PrimaryTestCSharp.ServiceReference.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(((R2PrimaryTestCSharp.ServiceReference.PaymentGatewayImplementationServicePortType)(this)).PaymentRequestWithExtraAsync(inValue));
 }
 public int PaymentRequestWithExtra(string MerchantID, int Amount, string Description, string AdditionalData, string Email, string Mobile, string CallbackURL, out string Authority)
 {
     R2PrimaryTestCSharp.ServiceReference.PaymentRequestWithExtraRequest inValue = new R2PrimaryTestCSharp.ServiceReference.PaymentRequestWithExtraRequest();
     inValue.Body                = new R2PrimaryTestCSharp.ServiceReference.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;
     R2PrimaryTestCSharp.ServiceReference.PaymentRequestWithExtraResponse retVal = ((R2PrimaryTestCSharp.ServiceReference.PaymentGatewayImplementationServicePortType)(this)).PaymentRequestWithExtra(inValue);
     Authority = retVal.Body.Authority;
     return(retVal.Body.Status);
 }
 System.Threading.Tasks.Task <R2PrimaryTestCSharp.ServiceReference.PaymentRequestWithExtraResponse> R2PrimaryTestCSharp.ServiceReference.PaymentGatewayImplementationServicePortType.PaymentRequestWithExtraAsync(R2PrimaryTestCSharp.ServiceReference.PaymentRequestWithExtraRequest request)
 {
     return(base.Channel.PaymentRequestWithExtraAsync(request));
 }
 R2PrimaryTestCSharp.ServiceReference.PaymentRequestWithExtraResponse R2PrimaryTestCSharp.ServiceReference.PaymentGatewayImplementationServicePortType.PaymentRequestWithExtra(R2PrimaryTestCSharp.ServiceReference.PaymentRequestWithExtraRequest request)
 {
     return(base.Channel.PaymentRequestWithExtra(request));
 }