Class: Increase::Models::EntityUpdateParams::Trust
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::EntityUpdateParams::Trust
- Defined in:
- lib/increase/models/entity_update_params.rb
Defined Under Namespace
Classes: Address
Instance Attribute Summary collapse
-
#address ⇒ Increase::Models::EntityUpdateParams::Trust::Address?
The entity’s physical address.
-
#name ⇒ String?
The legal name of the trust.
Instance Method Summary collapse
-
#initialize(address: nil, name: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see Trust 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(address: nil, name: nil) ⇒ Object
Some parameter documentations has been truncated, see Increase::Models::EntityUpdateParams::Trust for more details.
Details of the trust entity to update. If you specify this parameter and the entity is not a trust, the request will fail.
|
|
# File 'lib/increase/models/entity_update_params.rb', line 425
|
Instance Attribute Details
#address ⇒ Increase::Models::EntityUpdateParams::Trust::Address?
The entity’s physical address. Mail receiving locations like PO Boxes and PMB’s are disallowed.
417 |
# File 'lib/increase/models/entity_update_params.rb', line 417 optional :address, -> { Increase::EntityUpdateParams::Trust::Address } |
#name ⇒ String?
The legal name of the trust.
423 |
# File 'lib/increase/models/entity_update_params.rb', line 423 optional :name, String |