Google Cloud Recaptcha Enterprise V1 Client - Class CardLabel (1.5.2)

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.

Protobuf type google.cloud.recaptchaenterprise.v1.FraudSignals.CardSignals.CardLabel

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1 \ FraudSignals \ CardSignals

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

CARD_LABEL_UNSPECIFIED

Value: 0

No label specified.

Generated from protobuf enum CARD_LABEL_UNSPECIFIED = 0;

PREPAID

Value: 1

This card has been detected as prepaid.

Generated from protobuf enum PREPAID = 1;

VIRTUAL

Value: 2

This 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: 3

This card has been detected as being used in an unexpected geographic location.

Generated from protobuf enum UNEXPECTED_LOCATION = 3;