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.



846
847
848
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 846

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


844
845
846
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 844

def card_labels
  @card_labels
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



851
852
853
# File 'lib/google/apis/recaptchaenterprise_v1/classes.rb', line 851

def update!(**args)
  @card_labels = args[:card_labels] if args.key?(:card_labels)
end