Class: Google::Cloud::RecaptchaEnterprise::V1beta1::TransactionData::GatewayInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb

Overview

Details about the transaction from the gateway.

Instance Attribute Summary collapse

Instance Attribute Details

#avs_response_code::String

Returns 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).



566
567
568
569
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 566

class GatewayInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#cvv_response_code::String

Returns 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).



566
567
568
569
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 566

class GatewayInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#gateway_response_code::String

Returns Gateway response code describing the state of the transaction.

Returns:

  • (::String)

    Gateway response code describing the state of the transaction.



566
567
568
569
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 566

class GatewayInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

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

Returns:

  • (::String)

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



566
567
568
569
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 566

class GatewayInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end