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

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

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1 \ TransactionData

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

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

↳ gateway_response_code string

Optional. Gateway response code describing the state of the transaction.

↳ avs_response_code string

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

↳ cvv_response_code string

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

getName

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

Returns
TypeDescription
string

setName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getGatewayResponseCode

Optional. Gateway response code describing the state of the transaction.

Returns
TypeDescription
string

setGatewayResponseCode

Optional. Gateway response code describing the state of the transaction.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAvsResponseCode

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

Returns
TypeDescription
string

setAvsResponseCode

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCvvResponseCode

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

Returns
TypeDescription
string

setCvvResponseCode

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this