Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.3 KB

File metadata and controls

19 lines (14 loc) · 1.3 KB

com.ultracart.admin.v2.Model.FraudRuleFromOrderRequest

Properties

Name Type Description Notes
AutoNote string Note automatically appended to the order's merchant note when these rules fire. [optional]
EstablishAddressFilter bool Establish an 'address street and zip avs' rule from the order's ship-to street and zip. [optional]
EstablishCardFilter bool Establish a 'credit card matches' rule by duplicating the order's stored card vault token. Skipped if the order has no stored card. [optional]
EstablishEmailFilter bool Establish an 'address email' rule from the order's email address. [optional]
EstablishIpFilter bool Establish an 'ip matches' subnet rule from the order's customer IP address (last octet masked to a subnet). [optional]
FailureAction string Action to take when these rules fire. Defaults to 'Flag For Review' when omitted. [optional]
OrderId string The order id to establish the fraud rule(s) from. [optional]

[Back to Model list] [Back to API list] [Back to README]