Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class CardLabel.
Risk labels describing the card being assessed, such as its funding mechanism.
Ensure that applications can handle values not explicitly listed.
Protobuf type google.cloud.recaptchaenterprise.v1.FraudSignals.CardSignals.CardLabel
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1 \ FraudSignals \ CardSignalsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CARD_LABEL_UNSPECIFIED
Value: 0No label specified.
Generated from protobuf enum CARD_LABEL_UNSPECIFIED = 0;
PREPAID
Value: 1This card has been detected as prepaid.
Generated from protobuf enum PREPAID = 1;
VIRTUAL
Value: 2This card has been detected as virtual, such as a card number generated for a single transaction or merchant.
Generated from protobuf enum VIRTUAL = 2;
UNEXPECTED_LOCATION
Value: 3This card has been detected as being used in an unexpected geographic location.
Generated from protobuf enum UNEXPECTED_LOCATION = 3;