Class: Increase::Models::EntityUpdateParams::Corporation
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::EntityUpdateParams::Corporation
- Defined in:
- lib/increase/models/entity_update_params.rb
Instance Attribute Summary collapse
-
#name ⇒ String?
The legal name of the corporation.
Instance Method Summary collapse
-
#initialize(corporation: nil, government_authority: nil, natural_person: nil, risk_rating: nil, third_party_verification: nil, trust: nil, request_options: {}) ⇒ Object
constructor
Some parameter documentations has been truncated, see Increase::Models::EntityUpdateParams for more details.
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.
66 67 68 69 70 71 72 73 74 75 76 77 |
# File 'lib/increase/models/entity_update_params.rb', line 66 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. # # @param name [String] The legal name of the corporation. end |
Instance Attribute Details
#name ⇒ String?
The legal name of the corporation.
71 |
# File 'lib/increase/models/entity_update_params.rb', line 71 optional :name, String |