Class GoogleCloudRecaptchaenterpriseV1FraudSignalsCardSignals
Signals describing the payment card used in this transaction.
Implements
Inherited Members
Namespace: Google.Apis.RecaptchaEnterprise.v1.Data
Assembly: Google.Apis.RecaptchaEnterprise.v1.dll
Syntax
public class GoogleCloudRecaptchaenterpriseV1FraudSignalsCardSignals : IDirectResponseSchema
Properties
CardLabels
Output only. The labels for the payment card in this transaction.
Declaration
[JsonProperty("cardLabels")]
public virtual IList<string> CardLabels { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |