Class: MethodRuby::Models::Entity::EntityIndividualResource::Verification

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/method_ruby/models/entity.rb

Overview

See Also:

Defined Under Namespace

Classes: Identity, Phone

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

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(identity: nil, phone: nil) ⇒ Object



# File 'lib/method_ruby/models/entity.rb', line 16099

Instance Attribute Details

#identityMethodRuby::Models::Entity::EntityIndividualResource::Verification::Identity?



16092
# File 'lib/method_ruby/models/entity.rb', line 16092

optional :identity, -> { MethodRuby::Entity::EntityIndividualResource::Verification::Identity }

#phoneMethodRuby::Models::Entity::EntityIndividualResource::Verification::Phone?



16097
# File 'lib/method_ruby/models/entity.rb', line 16097

optional :phone, -> { MethodRuby::Entity::EntityIndividualResource::Verification::Phone }

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/method_ruby/models/entity.rb', line 16424