Fraud Detection metadata comparisons may fail due to mismatched data types.
If you use the =
, !=
, in
, or contains
operators to compare a number
or boolean
with a string
, the number
or boolean
is coerced to a string
.
Fraud Detection metadata comparisons may fail due to mismatched data types.
If you use the =
, !=
, in
, or contains
operators to compare a number
or boolean
with a string
, the number
or boolean
is coerced to a string
.