Interface TransactionData.GatewayInfoOrBuilder (3.38.0)

public static interface TransactionData.GatewayInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAvsResponseCode()

public abstract String getAvsResponseCode()

AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).

string avs_response_code = 3;

Returns
TypeDescription
String

The avsResponseCode.

getAvsResponseCodeBytes()

public abstract ByteString getAvsResponseCodeBytes()

AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).

string avs_response_code = 3;

Returns
TypeDescription
ByteString

The bytes for avsResponseCode.

getCvvResponseCode()

public abstract String getCvvResponseCode()

CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).

string cvv_response_code = 4;

Returns
TypeDescription
String

The cvvResponseCode.

getCvvResponseCodeBytes()

public abstract ByteString getCvvResponseCodeBytes()

CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).

string cvv_response_code = 4;

Returns
TypeDescription
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
TypeDescription
String

The gatewayResponseCode.

getGatewayResponseCodeBytes()

public abstract ByteString getGatewayResponseCodeBytes()

Gateway response code describing the state of the transaction.

string gateway_response_code = 2;

Returns
TypeDescription
ByteString

The bytes for gatewayResponseCode.

getName()

public abstract String getName()

Name of the gateway service (for example, stripe, square, paypal).

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the gateway service (for example, stripe, square, paypal).

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.