Skip to content

Commit

Permalink
feat(api): add lp tax payer type enum value (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Dec 7, 2023
1 parent 8a71dcd commit 2c2291b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hriscompany.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ type CompanyEntityType string

const (
CompanyEntityTypeLlc CompanyEntityType = "llc"
CompanyEntityTypeLp CompanyEntityType = "lp"
CompanyEntityTypeCorporation CompanyEntityType = "corporation"
CompanyEntityTypeSoleProprietor CompanyEntityType = "sole_proprietor"
CompanyEntityTypeNonProfit CompanyEntityType = "non_profit"
Expand Down

0 comments on commit 2c2291b

Please sign in to comment.