public static interface TransactionData.GatewayInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAvsResponseCode()
public abstract String getAvsResponseCode()AVS response code from the gateway (available only when reCAPTCHA is called after authorization).
string avs_response_code = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The avsResponseCode. |
getAvsResponseCodeBytes()
public abstract ByteString getAvsResponseCodeBytes()AVS response code from the gateway (available only when reCAPTCHA is called after authorization).
string avs_response_code = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for avsResponseCode. |
getCvvResponseCode()
public abstract String getCvvResponseCode()CVV response code from the gateway (available only when reCAPTCHA is called after authorization).
string cvv_response_code = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The cvvResponseCode. |
getCvvResponseCodeBytes()
public abstract ByteString getCvvResponseCodeBytes()CVV response code from the gateway (available only when reCAPTCHA is called after authorization).
string cvv_response_code = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cvvResponseCode. |
getGatewayResponseCode()
public abstract String getGatewayResponseCode()Gateway response code describing the state of the transaction.
string gateway_response_code = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The gatewayResponseCode. |
getGatewayResponseCodeBytes()
public abstract ByteString getGatewayResponseCodeBytes()Gateway response code describing the state of the transaction.
string gateway_response_code = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gatewayResponseCode. |
getName()
public abstract String getName()Name of the gateway service (for example, stripe, square, paypal).
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Name of the gateway service (for example, stripe, square, paypal).
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |