Class: Gusto::Companies::FederalTaxDetails::FederalTaxDetailsUpdateRequestTaxPayerType

Inherits:
Object
  • Object
show all
Defined in:
lib/fern_gusto/companies/federal_tax_details/types/federal_tax_details_update_request_tax_payer_type.rb

Overview

What type of tax entity the company is

Constant Summary collapse

C_CORPORATION =
"C-Corporation"
S_CORPORATION =
"S-Corporation"
SOLE_PROPRIETOR =
"Sole proprietor"
LLC =
"LLC"
LLP =
"LLP"
LIMITED_PARTNERSHIP =
"Limited partnership"
CO_OWNERSHIP =
"Co-ownership"
ASSOCIATION =
"Association"
TRUSTEESHIP =
"Trusteeship"
GENERAL_PARTNERSHIP =
"General partnership"
JOINT_VENTURE =
"Joint venture"
NON_PROFIT =
"Non-Profit"