Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.86 KB

File metadata and controls

23 lines (18 loc) · 1.86 KB

com.ultracart.admin.v2.Model.FraudLookupValues

Properties

Name Type Description Notes
Affiliates List<FraudLookupAffiliate> Affiliates with non-empty email, sorted by email. [optional]
AvsMatchTypes List<string> Valid values for avs_match_type on the 'address street and zip avs' rule type. [optional]
Countries List<string> ISO country codes available to this merchant. [optional]
FailureActions List<string> Valid values for failure_action on insert and search requests. [optional]
IpRangeTypes List<string> Valid values for ip_range_type on IP-based rules. [optional]
LinkedAccounts bool True when this merchant has at least one linked merchant account. [optional]
RotatingTransactionGateways List<FraudLookupGateway> Rotating transaction gateways configured for this merchant. Use the oid as a value in rotating_transaction_gateway_filters on insert. [optional]
RuleGroups List<string> Valid values for rule_group on search requests. [optional]
RuleTypes List<string> Valid values for rule_type on insert and search requests. [optional]
ScreenBrandingThemes List<FraudLookupTheme> Screen branding themes configured for this merchant. Use the oid as a value in screen_branding_theme_filters on insert. [optional]
UserActions List<string> Valid values for user_action on rule types that distinguish between attempted and approved transactions. [optional]

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