Ejemplo n.º 1
0
 public string Send_GoodInfo(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)
 {
     Web.BanknetSandbox.Send_GoodInfoRequest inValue = new Web.BanknetSandbox.Send_GoodInfoRequest();
     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;
     Web.BanknetSandbox.Send_GoodInfoResponse retVal = ((Web.BanknetSandbox.PaymentGatewayPortType)(this)).Send_GoodInfo(inValue);
     return(retVal.@return);
 }
Ejemplo n.º 2
0
 Web.BanknetSandbox.Send_GoodInfoResponse Web.BanknetSandbox.PaymentGatewayPortType.Send_GoodInfo(Web.BanknetSandbox.Send_GoodInfoRequest request)
 {
     return(base.Channel.Send_GoodInfo(request));
 }