Class: FinchAPI::Models::Sandbox::CompanyUpdateResponse::Entity
- Inherits:
-
BaseModel
- Object
- BaseModel
- FinchAPI::Models::Sandbox::CompanyUpdateResponse::Entity
- Defined in:
- lib/finch-api/models/sandbox/company_update_response.rb
Defined Under Namespace
Instance Attribute Summary collapse
-
#subtype ⇒ Symbol, ...
The tax payer subtype of the company.
-
#type ⇒ Symbol, ...
The tax payer type of the company.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(subtype: nil, type: nil) ⇒ Entity
constructor
The entity type object.
Methods inherited from BaseModel
==, #==, #[], coerce, #deconstruct_keys, dump, fields, #inspect, known_fields, optional, required, #to_h
Methods included from Converter
#coerce, coerce, #dump, dump, type_info
Constructor Details
#initialize(subtype: nil, type: nil) ⇒ Entity
The entity type object.
6 |
# File 'lib/finch-api/models/sandbox/company_update_response.rb', line 6 def initialize(subtype: nil, type: nil, **) = super |
Instance Attribute Details
Class Method Details
.values ⇒ Array<Symbol>
2 |
# File 'lib/finch-api/models/sandbox/company_update_response.rb', line 2 def self.values; end |