Class: FinchAPI::Models::Provider::AuthenticationMethod::SupportedFields::Employment::Location

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/finch-api/models/provider.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

==, #==, #[], coerce, #deconstruct_keys, dump, fields, #initialize, #inspect, known_fields, optional, required, #to_h

Methods included from Converter

#coerce, coerce, #dump, dump, type_info

Constructor Details

This class inherits a constructor from FinchAPI::BaseModel

Instance Attribute Details

#cityBoolean?

Returns:

  • (Boolean, nil)


1038
# File 'lib/finch-api/models/provider.rb', line 1038

optional :city, FinchAPI::BooleanModel

#countryBoolean?

Returns:

  • (Boolean, nil)


1047
# File 'lib/finch-api/models/provider.rb', line 1047

optional :country, FinchAPI::BooleanModel

#line1Boolean?

Returns:

  • (Boolean, nil)


1056
# File 'lib/finch-api/models/provider.rb', line 1056

optional :line1, FinchAPI::BooleanModel

#line2Boolean?

Returns:

  • (Boolean, nil)


1065
# File 'lib/finch-api/models/provider.rb', line 1065

optional :line2, FinchAPI::BooleanModel

#postal_codeBoolean?

Returns:

  • (Boolean, nil)


1074
# File 'lib/finch-api/models/provider.rb', line 1074

optional :postal_code, FinchAPI::BooleanModel

#stateBoolean? (readonly)

Returns:

  • (Boolean, nil)


1083
# File 'lib/finch-api/models/provider.rb', line 1083

optional :state, FinchAPI::BooleanModel