Methods (3)
Constants (21)
▶
AssetType
enum (6 values)
#
'liquid'
'vehicle'
'real_property'
'retirement_account'
'insurance'
'other'
▶
DecisionPath
enum (2 values)
#
'auto'
'manual'
▶
DecisionStatus
enum (4 values)
#
'pending'
'approved'
'denied'
'ineligible'
▶
DeductionFrequency
enum (7 values)
#
'one_time_only'
'weekly'
'every_two_weeks'
'twice_monthly'
'monthly'
'yearly'
'variable'
▶
DeductionType
enum (12 values)
#
'alimony_paid'
'capital_losses'
'early_withdrawal_penalty'
'student_loan_interest'
'domestic_production_activities'
'reimbursement_of_expenses'
'hsa_deduction'
'moving_expenses'
'traditional_ira_contribution'
'reservist_performing_artist_government_official_expenses'
'other'
'prior_period'
▶
ExpenseType
enum (7 values)
#
'rent'
'mortgage'
'dependent_care'
'medical'
'child_support'
'alimony'
'other'
▶
HealthPlanType
enum (12 values)
#
'employer_sponsored'
'cobra'
'medicare'
'tricare'
'va'
'marketplace'
'peace_corps'
'chip'
'medicaid'
'tribal_health_services'
'other_federal'
'other'
▶
ImmigrantStatus
enum (12 values)
#
'lawful_permanent_resident'
'refugee'
'asylee'
'deportation_withheld'
'parolee'
'conditional_entrant'
'cuban_haitian_entrant'
'amerasian'
'battered_non_citizen'
'trafficking_victim'
'temporary_protected_status'
'other'
▶
IncomeChangeReason
enum (6 values)
#
'stopped_working'
'hours_reduced'
'new_job'
'change_in_employment'
'marital_status_change'
'other'
▶
IncomeFrequency
enum (7 values)
#
'daily'
'weekly'
'every_two_weeks'
'twice_monthly'
'monthly'
'yearly'
'variable'
▶
IncomeType
enum (9 values)
#
'employed'
'self_employed'
'unearned'
'lump_sum'
'in_kind_support'
'tribal'
'education_grant'
'other'
'prior_period'
▶
InKindSupportType
enum (4 values)
#
'shelter'
'food'
'utilities'
'other'
▶
InsurancePolicyType
enum (4 values)
#
'term'
'permanent'
'burial'
'other'
▶
JobEndReason
enum (2 values)
#
'voluntary_separation'
'involuntary_separation'
▶
JobStatus
enum (3 values)
#
'active'
'on_strike'
'ended'
▶
JobType
enum (2 values)
#
'employed'
'self_employed'
▶
LumpSumType
enum (9 values)
#
'lawsuit_settlement'
'insurance_settlement'
'social_security_ssi_ssdi_payment'
'veterans'
'inheritance'
'surrender_of_annuity'
'life_insurance_payout'
'lottery_gambling_winnings'
'other'
▶
PremiumFrequency
enum (5 values)
#
'weekly'
'every_two_weeks'
'twice_monthly'
'monthly'
'yearly'
▶
RealPropertyUse
enum (5 values)
#
'primary_residence'
'rental'
'self_employment'
'for_sale'
'other'
▶
ServiceType
enum (12 values)
#
'fdsh_ssa'
'fdsh_vlp'
'fdsh_fti'
'fdsh_medicare'
'fdsh_vci'
'ssa_ievs'
'irs_ievs'
'swica'
'uib'
'save'
'enrollment_check'
'incarceration_check'
▶
UnearnedIncomeType
enum (23 values)
#
'unemployment'
'kinship_payment'
'veterans_programs'
'adoption_and_refugee_services'
'ssi_or_ssdi'
'private_disability'
'workers_compensation'
'disability_from_veterans_programs'
'legal_settlement'
'scholarship'
'educational_grant'
'work_study'
'spousal_support'
'child_support'
'retirement_or_pension'
'investment_interest_and_dividends'
'social_security_retirement'
'rental_income'
'gambling_or_lottery_winnings'
'gifts_or_donations'
'loan_or_mortgage_income'
'research_participation'
'other'
Types (11)
▶
MemberContext
5 fields
#
interface MemberContext {
income?: array[union]
expenses?: array[object]
assets?: array[union]
employment?: array[union]
healthCoverage?: array[union]
}
▶
ElectronicCheckResult
4 fields
#
interface ElectronicCheckResult {
serviceType?: enum (12 values)
result?: enum: "conclusive", "inconclusive", "partial", "error"
receivedAt?: string
serviceResult?: object
}
▶
VerificationSummary
2 fields
#
interface VerificationSummary {
category?: string
status?: enum: "pending", "inconclusive", "satisfied", "waived", "cannot_verify"
}
▶
PerMemberProgramRequest
1 field
#
interface PerMemberProgramRequest {
metadata?: object
}
▶
PerHouseholdProgramRequest
1 field
#
interface PerHouseholdProgramRequest {
metadata?: object
}
▶
ProgramDecision
1 field
#
interface ProgramDecision {
metadata: object
}
▶
ExpeditedScreeningRequest
1 field
#
interface ExpeditedScreeningRequest {
metadata?: object
}
▶
ExpeditedScreeningResponse
1 field
#
interface ExpeditedScreeningResponse {
metadata: object
}
▶
MedicaidExParteRequest
1 field
#
interface MedicaidExParteRequest {
metadata?: object
}
▶
IndividualDeterminationRequest
1 field
#
interface IndividualDeterminationRequest {
metadata?: object
}
▶
HouseholdDeterminationRequest
1 field
#
interface HouseholdDeterminationRequest {
metadata?: object
}