Class: Increase::Models::RealTimeDecision::CardAuthorization::RequestDetails::InitialAuthorization
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::RealTimeDecision::CardAuthorization::RequestDetails::InitialAuthorization
- Defined in:
- lib/increase/models/real_time_decision.rb,
sig/increase/models/real_time_decision.rbs
Overview
Instance Method Summary collapse
-
#initialize ⇒ InitialAuthorization
constructor
A new instance of InitialAuthorization.
- #to_hash ⇒ { }
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 ⇒ InitialAuthorization
Returns a new instance of InitialAuthorization.
1579 |
# File 'sig/increase/models/real_time_decision.rbs', line 1579
def initialize: -> void
|
Instance Method Details
#to_hash ⇒ { }
1581 |
# File 'sig/increase/models/real_time_decision.rbs', line 1581
def to_hash: -> { }
|