public string Send_GoodInfo_Ext(string Merchant_trans_id, string Merchant_code, string Country_code, string Good_code, string Xml_description, string Net_cost, string Ship_fee, string Tax, string Url_success, string Url_fail, string Trans_key, string selected_bank) { Web.BanknetSandbox.Send_GoodInfo_ExtRequest inValue = new Web.BanknetSandbox.Send_GoodInfo_ExtRequest(); inValue.Merchant_trans_id = Merchant_trans_id; inValue.Merchant_code = Merchant_code; inValue.Country_code = Country_code; inValue.Good_code = Good_code; inValue.Xml_description = Xml_description; inValue.Net_cost = Net_cost; inValue.Ship_fee = Ship_fee; inValue.Tax = Tax; inValue.Url_success = Url_success; inValue.Url_fail = Url_fail; inValue.Trans_key = Trans_key; inValue.selected_bank = selected_bank; Web.BanknetSandbox.Send_GoodInfo_ExtResponse retVal = ((Web.BanknetSandbox.PaymentGatewayPortType)(this)).Send_GoodInfo_Ext(inValue); return(retVal.@return); }
Web.BanknetSandbox.Send_GoodInfo_ExtResponse Web.BanknetSandbox.PaymentGatewayPortType.Send_GoodInfo_Ext(Web.BanknetSandbox.Send_GoodInfo_ExtRequest request) { return(base.Channel.Send_GoodInfo_Ext(request)); }