public sealed class TransactionData.Types.GatewayInfo : IMessage<TransactionData.Types.GatewayInfo>, IEquatable<TransactionData.Types.GatewayInfo>, IDeepCloneable<TransactionData.Types.GatewayInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1beta1 API class TransactionData.Types.GatewayInfo.
[[["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-21 UTC."],[[["This documentation details the `TransactionData.Types.GatewayInfo` class within the Google Cloud reCAPTCHA Enterprise v1beta1 API, which is used for providing details about a transaction from the payment gateway."],["The `GatewayInfo` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, allowing for deep cloning and message handling."],["The class offers properties like `AvsResponseCode`, `CvvResponseCode`, `GatewayResponseCode`, and `Name`, all of which are strings and pertain to transaction details such as the AVS and CVV response codes, gateway response code, and the gateway service's name."],["There are two constructors for the `GatewayInfo` class: one default constructor `GatewayInfo()` and another `GatewayInfo(TransactionData.Types.GatewayInfo other)` which accepts an instance of the class allowing for easy duplication."]]],[]]