Skip to content

Latest commit

 

History

History
353 lines (224 loc) · 13.8 KB

api.md

File metadata and controls

353 lines (224 loc) · 13.8 KB

Shared Types

from finch.types import ConnectionStatusType, OperationSupport, OperationSupportMatrix, Paging

Finch

Methods:

AccessTokens

Types:

from finch.types import CreateAccessTokenResponse

Methods:

HRIS

Types:

from finch.types import Income, Location, Money

Company

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

Types:

from finch.types import (
    AccountUpdateEvent,
    BaseWebhookEvent,
    CompanyEvent,
    DirectoryEvent,
    EmploymentEvent,
    IndividualEvent,
    JobCompletionEvent,
    PayStatementEvent,
    PaymentEvent,
    WebhookEvent,
)

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:

Sandbox

Connections

Types:

from finch.types.sandbox import ConnectionCreateResponse

Methods:

Accounts

Types:

from finch.types.sandbox.connections import AccountCreateResponse, AccountUpdateResponse

Methods:

Company

Types:

from finch.types.sandbox import CompanyUpdateResponse

Methods:

Directory

Types:

from finch.types.sandbox import DirectoryCreateResponse

Methods:

Individual

Types:

from finch.types.sandbox import IndividualUpdateResponse

Methods:

Employment

Types:

from finch.types.sandbox import EmploymentUpdateResponse

Methods:

Payment

Types:

from finch.types.sandbox import PaymentCreateResponse

Methods:

Jobs

Types:

from finch.types.sandbox import JobCreateResponse

Methods:

Configuration

Types:

from finch.types.sandbox.jobs import SandboxJobConfiguration, ConfigurationRetrieveResponse

Methods: