Details about the transaction from the gateway.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.TransactionData.GatewayInfo
Methods |
public __construct( $data = NULL) Constructor.
|
public getAvsResponseCode() Optional. AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization). Generated from protobuf field string avs_response_code = 3 [(.google.api.field_behavior) = OPTIONAL];
|
public getCvvResponseCode() Optional. CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization). Generated from protobuf field string cvv_response_code = 4 [(.google.api.field_behavior) = OPTIONAL];
|
public getGatewayResponseCode() Optional. Gateway response code describing the state of the transaction. Generated from protobuf field string gateway_response_code = 2 [(.google.api.field_behavior) = OPTIONAL];
|
public getName() Optional. Name of the gateway service (for example, stripe, square, paypal). Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OPTIONAL];
|
public setAvsResponseCode( $var) Optional. AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization). Generated from protobuf field string avs_response_code = 3 [(.google.api.field_behavior) = OPTIONAL];
|
public setCvvResponseCode( $var) Optional. CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization). Generated from protobuf field string cvv_response_code = 4 [(.google.api.field_behavior) = OPTIONAL];
|
public setGatewayResponseCode( $var) Optional. Gateway response code describing the state of the transaction. Generated from protobuf field string gateway_response_code = 2 [(.google.api.field_behavior) = OPTIONAL];
|
public setName( $var) Optional. Name of the gateway service (for example, stripe, square, paypal). Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OPTIONAL];
|
Properties |
protected $avs_response_code = '' Optional. AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization). Generated from protobuf field string avs_response_code = 3 [(.google.api.field_behavior) = OPTIONAL]; |
protected $cvv_response_code = '' Optional. CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization). Generated from protobuf field string cvv_response_code = 4 [(.google.api.field_behavior) = OPTIONAL]; |
protected $gateway_response_code = '' Optional. Gateway response code describing the state of the transaction. Generated from protobuf field string gateway_response_code = 2 [(.google.api.field_behavior) = OPTIONAL]; |
protected $name = '' Optional. Name of the gateway service (for example, stripe, square, paypal). Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OPTIONAL]; |
Methods |