Class: GustoEmbedded::Operations::PutV1CompaniesCompanyIdFederalTaxDetailsRequestBody

Inherits:
Crystalline::FieldAugmented show all
Extended by:
T::Sig
Defined in:
lib/gusto_embedded/models/operations/put_v1_companies_company_id_federal_tax_details_requestbody.rb

Overview

Attributes related to federal tax details that can be updated via this endpoint include:

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(version: nil, ein: nil, filing_form: nil, legal_name: nil, tax_payer_type: nil, taxable_as_scorp: nil) ⇒ PutV1CompaniesCompanyIdFederalTaxDetailsRequestBody

Returns a new instance of PutV1CompaniesCompanyIdFederalTaxDetailsRequestBody.



31
32
33
34
35
36
37
38
# File 'lib/gusto_embedded/models/operations/put_v1_companies_company_id_federal_tax_details_requestbody.rb', line 31

def initialize(version: nil, ein: nil, filing_form: nil, legal_name: nil, tax_payer_type: nil, taxable_as_scorp: nil)
  @version = version
  @ein = ein
  @filing_form = filing_form
  @legal_name = legal_name
  @tax_payer_type = tax_payer_type
  @taxable_as_scorp = taxable_as_scorp
end