Class: Increase::Models::EntityUpdateParams::Corporation

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/increase/models/entity_update_params.rb

Instance Attribute 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(corporation: nil, government_authority: nil, natural_person: nil, risk_rating: nil, third_party_verification: nil, trust: nil, request_options: {}) ⇒ Object

Some parameter documentations has been truncated, see Increase::Models::EntityUpdateParams for more details.

Parameters:



70
71
72
73
74
75
76
77
78
79
80
81
82
# File 'lib/increase/models/entity_update_params.rb', line 70

class Corporation < Increase::Internal::Type::BaseModel
  # @!attribute name
  #   The legal name of the corporation.
  #
  #   @return [String, nil]
  optional :name, String

  # @!method initialize(name: nil)
  #   Details of the corporation entity to update. If you specify this parameter and
  #   the entity is not a corporation, the request will fail.
  #
  #   @param name [String] The legal name of the corporation.
end

Instance Attribute Details

#nameString?

The legal name of the corporation.

Returns:

  • (String, nil)


75
# File 'lib/increase/models/entity_update_params.rb', line 75

optional :name, String