View Source GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FraudSignals (google_api_recaptcha_enterprise v0.14.0)
Fraud signals describing users and cards involved in the transaction.
Attributes
-
cardSignals(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FraudSignalsCardSignals.t, default:nil) - Output only. Signals describing the payment card or cards used in this transaction. -
userSignals(type:GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals.t, default:nil) - Output only. Signals describing the end user in this transaction.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FraudSignals{ cardSignals: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FraudSignalsCardSignals.t() | nil, userSignals: GoogleApi.RecaptchaEnterprise.V1.Model.GoogleCloudRecaptchaenterpriseV1FraudSignalsUserSignals.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.