Class: Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel
- Defined in:
- lib/increase/models/card_payment.rb
Overview
Defined Under Namespace
Modules: Category Classes: Browser
Instance Attribute Summary collapse
-
#browser ⇒ Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel::Browser?
Fields specific to the browser device channel.
-
#category ⇒ Symbol, Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel::Category
The category of the device channel.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(browser:, category:) ⇒ 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:) ⇒ Object
The device channel of the card authentication attempt.
|
|
# File 'lib/increase/models/card_payment.rb', line 738
|
Instance Attribute Details
#browser ⇒ Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel::Browser?
Fields specific to the browser device channel.
727 728 729 |
# File 'lib/increase/models/card_payment.rb', line 727 required :browser, -> { Increase::CardPayment::Element::CardAuthentication::DeviceChannel::Browser }, nil?: true |
#category ⇒ Symbol, Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel::Category
The category of the device channel.
735 736 |
# File 'lib/increase/models/card_payment.rb', line 735 required :category, enum: -> { Increase::CardPayment::Element::CardAuthentication::DeviceChannel::Category } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/card_payment.rb', line 806
|