reCAPTCHA Enterprise V1beta1 API - Class Google::Cloud::RecaptchaEnterprise::V1beta1::TransactionData::GatewayInfo (v0.13.0)

Reference documentation and code samples for the reCAPTCHA Enterprise V1beta1 API class Google::Cloud::RecaptchaEnterprise::V1beta1::TransactionData::GatewayInfo.

Details about the transaction from the gateway.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#avs_response_code

def avs_response_code() -> ::String
Returns
  • (::String) — AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).

#avs_response_code=

def avs_response_code=(value) -> ::String
Parameter
  • value (::String) — AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
Returns
  • (::String) — AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).

#cvv_response_code

def cvv_response_code() -> ::String
Returns
  • (::String) — CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).

#cvv_response_code=

def cvv_response_code=(value) -> ::String
Parameter
  • value (::String) — CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
Returns
  • (::String) — CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).

#gateway_response_code

def gateway_response_code() -> ::String
Returns
  • (::String) — Gateway response code describing the state of the transaction.

#gateway_response_code=

def gateway_response_code=(value) -> ::String
Parameter
  • value (::String) — Gateway response code describing the state of the transaction.
Returns
  • (::String) — Gateway response code describing the state of the transaction.

#name

def name() -> ::String
Returns
  • (::String) — Name of the gateway service (for example, stripe, square, paypal).

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Name of the gateway service (for example, stripe, square, paypal).
Returns
  • (::String) — Name of the gateway service (for example, stripe, square, paypal).