예제 #1
0
 public AspDotNetStorefrontGateways.MaxMind.MINFRAUD minfraud_soap14(
     string accept_language,
     string i,
     string city,
     string region,
     string postal,
     string country,
     string domain,
     string bin,
     string binName,
     string binPhone,
     string custPhone,
     string license_key,
     string requested_type,
     string forwardedIP,
     string emailMD5,
     string usernameMD5,
     string passwordMD5,
     string shipAddr,
     string shipCity,
     string shipRegion,
     string shipPostal,
     string shipCountry,
     string txnID,
     string sessionID,
     string user_agent,
     string order_amount,
     string order_currency,
     string shopID,
     string avs_result,
     string cvv_result,
     string txn_type)
 {
     AspDotNetStorefrontGateways.MaxMind.minfraud_soap14Request inValue = new AspDotNetStorefrontGateways.MaxMind.minfraud_soap14Request();
     inValue.Body = new AspDotNetStorefrontGateways.MaxMind.minfraud_soap14RequestBody();
     inValue.Body.accept_language = accept_language;
     inValue.Body.i              = i;
     inValue.Body.city           = city;
     inValue.Body.region         = region;
     inValue.Body.postal         = postal;
     inValue.Body.country        = country;
     inValue.Body.domain         = domain;
     inValue.Body.bin            = bin;
     inValue.Body.binName        = binName;
     inValue.Body.binPhone       = binPhone;
     inValue.Body.custPhone      = custPhone;
     inValue.Body.license_key    = license_key;
     inValue.Body.requested_type = requested_type;
     inValue.Body.forwardedIP    = forwardedIP;
     inValue.Body.emailMD5       = emailMD5;
     inValue.Body.usernameMD5    = usernameMD5;
     inValue.Body.passwordMD5    = passwordMD5;
     inValue.Body.shipAddr       = shipAddr;
     inValue.Body.shipCity       = shipCity;
     inValue.Body.shipRegion     = shipRegion;
     inValue.Body.shipPostal     = shipPostal;
     inValue.Body.shipCountry    = shipCountry;
     inValue.Body.txnID          = txnID;
     inValue.Body.sessionID      = sessionID;
     inValue.Body.user_agent     = user_agent;
     inValue.Body.order_amount   = order_amount;
     inValue.Body.order_currency = order_currency;
     inValue.Body.shopID         = shopID;
     inValue.Body.avs_result     = avs_result;
     inValue.Body.cvv_result     = cvv_result;
     inValue.Body.txn_type       = txn_type;
     AspDotNetStorefrontGateways.MaxMind.minfraud_soap14Response retVal = ((AspDotNetStorefrontGateways.MaxMind.minfraudWebServiceSoap)(this)).minfraud_soap14(inValue);
     return(retVal.Body.minfraud_output);
 }
예제 #2
0
 AspDotNetStorefrontGateways.MaxMind.minfraud_soap14Response AspDotNetStorefrontGateways.MaxMind.minfraudWebServiceSoap.minfraud_soap14(AspDotNetStorefrontGateways.MaxMind.minfraud_soap14Request request)
 {
     return(base.Channel.minfraud_soap14(request));
 }