Class: Gusto::GarnishmentGarnishmentType

Inherits:
Object
  • Object
show all
Defined in:
lib/fern_gusto/types/garnishment_garnishment_type.rb

Overview

The specific type of garnishment for court ordered garnishments.

Constant Summary collapse

CHILD_SUPPORT =
"child_support"
FEDERAL_TAX_LIEN =
"federal_tax_lien"
STATE_TAX_LIEN =
"state_tax_lien"
STUDENT_LOAN =
"student_loan"
CREDITOR_GARNISHMENT =
"creditor_garnishment"
FEDERAL_LOAN =
"federal_loan"
OTHER_GARNISHMENT =
"other_garnishment"