public sealed class FraudSignals.Types.CardSignals : IMessage<FraudSignals.Types.CardSignals>, IEquatable<FraudSignals.Types.CardSignals>, IDeepCloneable<FraudSignals.Types.CardSignals>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class FraudSignals.Types.CardSignals.
Signals describing the payment card used in this transaction.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This document provides reference documentation for the `FraudSignals.Types.CardSignals` class within the Google Cloud reCAPTCHA Enterprise v1 API, detailing its purpose in describing payment card signals used in transactions."],["The class `FraudSignals.Types.CardSignals` inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are important for understanding the objects' functionalities."],["The class includes constructors like `CardSignals()` and `CardSignals(FraudSignals.Types.CardSignals other)` for creating instances of the class, with the second constructor allowing copying from an existing instance."],["A key property of this class is `CardLabels`, which is a `RepeatedField` of `FraudSignals.Types.CardSignals.Types.CardLabel` that is output-only, containing labels for the payment card in a given transaction."],["The document provides links to different version of this class, going back to version 1.2.0, with 2.17.0 being the most recent version."]]],[]]