Class: Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel
- Defined in:
- lib/increase/models/real_time_decision.rb
Overview
Defined Under Namespace
Modules: Category Classes: Browser, MerchantInitiated
Instance Attribute Summary collapse
-
#browser ⇒ Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::Browser?
Fields specific to the browser device channel.
-
#category ⇒ Symbol, Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::Category
The category of the device channel.
-
#merchant_initiated ⇒ Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::MerchantInitiated?
Fields specific to merchant initiated transactions.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(browser:, category:, merchant_initiated:) ⇒ Object
constructor
The device channel of the card authentication attempt.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(browser:, category:, merchant_initiated:) ⇒ Object
The device channel of the card authentication attempt.
|
|
# File 'lib/increase/models/real_time_decision.rb', line 463
|
Instance Attribute Details
#browser ⇒ Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::Browser?
Fields specific to the browser device channel.
445 446 447 |
# File 'lib/increase/models/real_time_decision.rb', line 445 required :browser, -> { Increase::RealTimeDecision::CardAuthentication::DeviceChannel::Browser }, nil?: true |
#category ⇒ Symbol, Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::Category
The category of the device channel.
453 |
# File 'lib/increase/models/real_time_decision.rb', line 453 required :category, enum: -> { Increase::RealTimeDecision::CardAuthentication::DeviceChannel::Category } |
#merchant_initiated ⇒ Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel::MerchantInitiated?
Fields specific to merchant initiated transactions.
459 460 461 |
# File 'lib/increase/models/real_time_decision.rb', line 459 required :merchant_initiated, -> { Increase::RealTimeDecision::CardAuthentication::DeviceChannel::MerchantInitiated }, nil?: true |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/real_time_decision.rb', line 533
|