Google Cloud Recaptcha Enterprise V1 Client - Class GatewayInfo (1.3.2)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class GatewayInfo.

Details about the transaction from the gateway.

Generated from protobuf message google.cloud.recaptchaenterprise.v1.TransactionData.GatewayInfo

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

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

↳ gateway_response_code string

Gateway response code describing the state of the transaction.

↳ avs_response_code string

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

↳ cvv_response_code string

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

getName

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

Returns
Type Description
string

setName

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

Parameter
Name Description
var string
Returns
Type Description
$this

getGatewayResponseCode

Gateway response code describing the state of the transaction.

Returns
Type Description
string

setGatewayResponseCode

Gateway response code describing the state of the transaction.

Parameter
Name Description
var string
Returns
Type Description
$this

getAvsResponseCode

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

Returns
Type Description
string

setAvsResponseCode

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

Parameter
Name Description
var string
Returns
Type Description
$this

getCvvResponseCode

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

Returns
Type Description
string

setCvvResponseCode

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

Parameter
Name Description
var string
Returns
Type Description
$this