Skip to content

Latest commit

 

History

History
212 lines (136 loc) · 8.66 KB

api.md

File metadata and controls

212 lines (136 loc) · 8.66 KB

Shared Types

from finch.types import OperationSupport, OperationSupportMatrix, Paging

Finch

Methods:

HRIS

Types:

from finch.types import Income, Location, Money

CompanyResource

Types:

from finch.types.hris import Company

Methods:

Directory

Types:

from finch.types.hris import IndividualInDirectory

Methods:

Individuals

Types:

from finch.types.hris import Individual, IndividualResponse

Methods:

Employments

Types:

from finch.types.hris import EmploymentData, EmploymentDataResponse

Methods:

Payments

Types:

from finch.types.hris import Payment

Methods:

PayStatements

Types:

from finch.types.hris import PayStatement, PayStatementResponse, PayStatementResponseBody

Methods:

Benefits

Types:

from finch.types.hris import (
    BenefitContribution,
    BenefitFeaturesAndOperations,
    BenefitFrequency,
    BenefitType,
    BenefitsSupport,
    BenfitContribution,
    CompanyBenefit,
    CreateCompanyBenefitsResponse,
    SupportPerBenefitType,
    SupportedBenefit,
    UpdateCompanyBenefitResponse,
)

Methods:

Individuals

Types:

from finch.types.hris.benefits import (
    EnrolledIndividual,
    IndividualBenefit,
    UnenrolledIndividual,
    IndividualEnrolledIDsResponse,
)

Methods:

Providers

Types:

from finch.types import Provider

Methods:

Account

Types:

from finch.types import DisconnectResponse, Introspection

Methods:

Webhooks

Methods:

RequestForwarding

Types:

from finch.types import RequestForwardingForwardResponse

Methods:

Jobs

Automated

Types:

from finch.types.jobs import AutomatedAsyncJob, AutomatedCreateResponse

Methods:

Manual

Types:

from finch.types.jobs import ManualAsyncJob

Methods: