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