Class: Google::Apis::RecaptchaenterpriseV1::GoogleCloudRecaptchaenterpriseV1FraudSignalsCardSignals

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_labelsArray<String>

Output only. The labels for the payment card in this transaction. Corresponds to the JSON property cardLabels

Returns:

  • (Array<String>)


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