Class: Google::Cloud::RecaptchaEnterprise::V1beta1::TransactionData::GatewayInfo
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1beta1::TransactionData::GatewayInfo
- 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
-
#avs_response_code ⇒ ::String
AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
-
#cvv_response_code ⇒ ::String
CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
-
#gateway_response_code ⇒ ::String
Gateway response code describing the state of the transaction.
-
#name ⇒ ::String
Name of the gateway service (for example, stripe, square, paypal).
Instance Attribute Details
#avs_response_code ⇒ ::String
Returns 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).
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.
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).
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 |