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 \ TransactionDataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setName
Optional. Name of the gateway service (for example, stripe, square, paypal).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getGatewayResponseCode
Optional. Gateway response code describing the state of the transaction.
Returns | |
---|---|
Type | Description |
string |
setGatewayResponseCode
Optional. Gateway response code describing the state of the transaction.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAvsResponseCode
Optional. AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
Returns | |
---|---|
Type | Description |
string |
setAvsResponseCode
Optional. 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
Optional. CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
Returns | |
---|---|
Type | Description |
string |
setCvvResponseCode
Optional. CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |