Fraud signals describing users and cards involved in the transaction.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.FraudSignals
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public clearCardSignals() |
| public clearUserSignals() |
| public getCardSignals() Output only. Signals describing the payment card or cards used in this transaction. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.FraudSignals.CardSignals card_signals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| public getUserSignals() Output only. Signals describing the end user in this transaction. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.FraudSignals.UserSignals user_signals = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| public hasCardSignals() |
| public hasUserSignals() |
| public setCardSignals( $var) Output only. Signals describing the payment card or cards used in this transaction. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.FraudSignals.CardSignals card_signals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| public setUserSignals( $var) Output only. Signals describing the end user in this transaction. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.FraudSignals.UserSignals user_signals = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
|
| Properties |
| protected $card_signals = NULL Output only. Signals describing the payment card or cards used in this transaction. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.FraudSignals.CardSignals card_signals = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; |
| protected $user_signals = NULL Output only. Signals describing the end user in this transaction. Generated from protobuf field .google.cloud.recaptchaenterprise.v1.FraudSignals.UserSignals user_signals = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; |
| Methods |