Class: Google::Cloud::RecaptchaEnterprise::V1::TransactionData::GatewayInfo
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::TransactionData::GatewayInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
Details about the transaction from the gateway.
Instance Attribute Summary collapse
-
#avs_response_code ⇒ ::String
Optional.
-
#cvv_response_code ⇒ ::String
Optional.
-
#gateway_response_code ⇒ ::String
Optional.
-
#name ⇒ ::String
Optional.
Instance Attribute Details
#avs_response_code ⇒ ::String
Returns Optional. AVS response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
688 689 690 691 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 688 class GatewayInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cvv_response_code ⇒ ::String
Returns Optional. CVV response code from the gateway (available only when reCAPTCHA Enterprise is called after authorization).
688 689 690 691 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 688 class GatewayInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gateway_response_code ⇒ ::String
Returns Optional. Gateway response code describing the state of the transaction.
688 689 690 691 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 688 class GatewayInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Optional. Name of the gateway service (for example, stripe, square, paypal).
688 689 690 691 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 688 class GatewayInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |