Class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1FraudSignalsCardSignals
- Inherits:
-
Object
- Object
- Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1FraudSignalsCardSignals
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/recaptchaenterprise_v1/classes.rb,
lib/google/apis/recaptchaenterprise_v1/representations.rb,
lib/google/apis/recaptchaenterprise_v1/representations.rb
Overview
Signals describing the payment card used in this transaction.
Instance Attribute Summary collapse
-
#card_labels ⇒ Array<String>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRecaptchaenterpriseV1FraudSignalsCardSignals
constructor
A new instance of GoogleCloudRecaptchaenterpriseV1FraudSignalsCardSignals.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRecaptchaenterpriseV1FraudSignalsCardSignals
Returns a new instance of GoogleCloudRecaptchaenterpriseV1FraudSignalsCardSignals.
967 968 969 |
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 967 def initialize(**args) update!(**args) end |
Instance Attribute Details
#card_labels ⇒ Array<String>
Output only. The labels for the payment card in this transaction.
Corresponds to the JSON property cardLabels
965 966 967 |
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 965 def card_labels @card_labels end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
972 973 974 |
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 972 def update!(**args) @card_labels = args[:card_labels] if args.key?(:card_labels) end |