Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Company::Locations

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/finch_api/models/provider.rb

Overview

See Also:

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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

This class inherits a constructor from FinchAPI::Internal::Type::BaseModel

Instance Attribute Details

#cityBoolean?

Returns:

  • (Boolean, nil)


321
# File 'lib/finch_api/models/provider.rb', line 321

optional :city, FinchAPI::Internal::Type::Boolean

#countryBoolean?

Returns:

  • (Boolean, nil)


326
# File 'lib/finch_api/models/provider.rb', line 326

optional :country, FinchAPI::Internal::Type::Boolean

#line1Boolean?

Returns:

  • (Boolean, nil)


331
# File 'lib/finch_api/models/provider.rb', line 331

optional :line1, FinchAPI::Internal::Type::Boolean

#line2Boolean?

Returns:

  • (Boolean, nil)


336
# File 'lib/finch_api/models/provider.rb', line 336

optional :line2, FinchAPI::Internal::Type::Boolean

#postal_codeBoolean?

Returns:

  • (Boolean, nil)


341
# File 'lib/finch_api/models/provider.rb', line 341

optional :postal_code, FinchAPI::Internal::Type::Boolean

#stateBoolean?

Returns:

  • (Boolean, nil)


346
# File 'lib/finch_api/models/provider.rb', line 346

optional :state, FinchAPI::Internal::Type::Boolean