public static interface TransactionData.GatewayInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAvsResponseCode()
AVS response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
|
com.google.protobuf.ByteString |
getAvsResponseCodeBytes()
AVS response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
|
String |
getCvvResponseCode()
CVV response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
|
com.google.protobuf.ByteString |
getCvvResponseCodeBytes()
CVV response code from the gateway
(available only when reCAPTCHA Enterprise is called after authorization).
|
String |
getGatewayResponseCode()
Gateway response code describing the state of the transaction.
|
com.google.protobuf.ByteString |
getGatewayResponseCodeBytes()
Gateway response code describing the state of the transaction.
|
String |
getName()
Name of the gateway service (for example, stripe, square, paypal).
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the gateway service (for example, stripe, square, paypal).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the gateway service (for example, stripe, square, paypal).
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the gateway service (for example, stripe, square, paypal).
string name = 1;String getGatewayResponseCode()
Gateway response code describing the state of the transaction.
string gateway_response_code = 2;com.google.protobuf.ByteString getGatewayResponseCodeBytes()
Gateway response code describing the state of the transaction.
string gateway_response_code = 2;String getAvsResponseCode()
AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
string avs_response_code = 3;com.google.protobuf.ByteString getAvsResponseCodeBytes()
AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
string avs_response_code = 3;String getCvvResponseCode()
CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
string cvv_response_code = 4;com.google.protobuf.ByteString getCvvResponseCodeBytes()
CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
string cvv_response_code = 4;Copyright © 2023 Google LLC. All rights reserved.