Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.77 KB

File metadata and controls

19 lines (16 loc) · 1.77 KB

# FraudLookupValues

Properties

Name Type Description Notes
affiliates \ultracart\v2\models\FraudLookupAffiliate[] Affiliates with non-empty email, sorted by email. [optional]
avs_match_types string[] Valid values for avs_match_type on the 'address street and zip avs' rule type. [optional]
countries string[] ISO country codes available to this merchant. [optional]
failure_actions string[] Valid values for failure_action on insert and search requests. [optional]
ip_range_types string[] Valid values for ip_range_type on IP-based rules. [optional]
linked_accounts bool True when this merchant has at least one linked merchant account. [optional]
rotating_transaction_gateways \ultracart\v2\models\FraudLookupGateway[] Rotating transaction gateways configured for this merchant. Use the oid as a value in rotating_transaction_gateway_filters on insert. [optional]
rule_groups string[] Valid values for rule_group on search requests. [optional]
rule_types string[] Valid values for rule_type on insert and search requests. [optional]
screen_branding_themes \ultracart\v2\models\FraudLookupTheme[] Screen branding themes configured for this merchant. Use the oid as a value in screen_branding_theme_filters on insert. [optional]
user_actions 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]