Interface TransactionData.GatewayInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransactionData.GatewayInfo,TransactionData.GatewayInfo.Builder
- Enclosing class:
- TransactionData
public static interface TransactionData.GatewayInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAvsResponseCode()AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).com.google.protobuf.ByteStringgetAvsResponseCodeBytes()AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).StringgetCvvResponseCode()CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).com.google.protobuf.ByteStringgetCvvResponseCodeBytes()CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).StringgetGatewayResponseCode()Gateway response code describing the state of the transaction.com.google.protobuf.ByteStringgetGatewayResponseCodeBytes()Gateway response code describing the state of the transaction.StringgetName()Name of the gateway service (for example, stripe, square, paypal).com.google.protobuf.ByteStringgetNameBytes()Name of the gateway service (for example, stripe, square, paypal).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Name of the gateway service (for example, stripe, square, paypal).
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the gateway service (for example, stripe, square, paypal).
string name = 1;- Returns:
- The bytes for name.
-
getGatewayResponseCode
String getGatewayResponseCode()
Gateway response code describing the state of the transaction.
string gateway_response_code = 2;- Returns:
- The gatewayResponseCode.
-
getGatewayResponseCodeBytes
com.google.protobuf.ByteString getGatewayResponseCodeBytes()
Gateway response code describing the state of the transaction.
string gateway_response_code = 2;- Returns:
- The bytes for gatewayResponseCode.
-
getAvsResponseCode
String getAvsResponseCode()
AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
string avs_response_code = 3;- Returns:
- The avsResponseCode.
-
getAvsResponseCodeBytes
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;- Returns:
- The bytes for avsResponseCode.
-
getCvvResponseCode
String getCvvResponseCode()
CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
string cvv_response_code = 4;- Returns:
- The cvvResponseCode.
-
getCvvResponseCodeBytes
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;- Returns:
- The bytes for cvvResponseCode.
-
-