Class: Gusto::PayrollCreditBlockersTypeItemStatus

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

Overview

The status of the credit blocker

Constant Summary collapse

UNRESOLVED =
"unresolved"
PENDING_REVIEW =
"pending_review"
RESOLVED =
"resolved"
FAILED =
"failed"