FraudAlertEvent
Defines a Fraud Alert Event, including when the alert was triggered and if alert recipients have been notified.
- fraudType: integer
_alert _rule _id min:1requiredThe ID of the Fraud Alert Rule that the alert was triggered for.
- fraudType: string
_alert _rule _name read-onlyrequiredThe unique identifier of the Fraud Alert Rule that the alert was triggered for.
- metricType: stringenum
_type read-onlyrequiredWhat was being counted toward triggering a fraud alert for the Fraud Alert Rule.
values- loyalty
_enrollment _points _earned - loyalty
_enrollment _transactions - loyalty
_enrollment _retro _claims
- notificationsType: boolean
_sent requiredWhether or not alert recipients have been notified of the specified fraud alert yet.
- quantityType: integermin:1required
The value of the fraud alert metric that triggered the alert (e.g. 1234 earned loyalty points when the triggering rule has a threshold quantity of 1200).
- createdType: stringFormat: date-time
_at read-onlythe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- loyaltyType: integer
_enrollment _id The ID of a Sparkfly Loyalty Enrollment that the alert was triggered for. Required for member-specific Sparkfly Loyalty related fraud alerts.
- storeType: integer
_id The ID of the store associated with the activity that triggered the fraud alert. For rules with a scope of "one_store", this will be the location at which all contributing activity (e.g. points earned) occurred, but for "all_stores", only the most recent transaction (previous contributing transactions could have happened at a different selected store).
- suppressedType: integer
_count After this event was logged, how many duplicate (retriggered) alerts were suppressed within the event suppression period specified on the Fraud Alert Rule. This will usually be zero.
- updatedType: stringFormat: date-time
_at read-onlythe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z