Categorygithub.com/merge-api/merge-hris-go
modulepackage
0.0.0-20230620203502-3efeb8680f42
Repository: https://github.com/merge-api/merge-hris-go.git
Documentation: pkg.go.dev

# README

Go API client for merge_hris_client

The unified API for building rich integrations with multiple HR Information System platforms.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 1.0
  • Package version: 1.3.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://www.merge.dev/

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/oauth2
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import sw "./merge_hris_client"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), sw.ContextServerIndex, 1)

Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), sw.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identifield by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), sw.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), sw.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to https://api.merge.dev/api/hris/v1

ClassMethodHTTP requestDescription
AccountDetailsApiAccountDetailsRetrieveGet /account-details
AccountTokenApiAccountTokenRetrieveGet /account-token/{public_token}
AvailableActionsApiAvailableActionsRetrieveGet /available-actions
BankInfoApiBankInfoListGet /bank-info
BankInfoApiBankInfoRetrieveGet /bank-info/{id}
BenefitsApiBenefitsListGet /benefits
BenefitsApiBenefitsRetrieveGet /benefits/{id}
CompaniesApiCompaniesListGet /companies
CompaniesApiCompaniesRetrieveGet /companies/{id}
DeleteAccountApiDeleteAccountCreatePost /delete-account
EmployeePayrollRunsApiEmployeePayrollRunsListGet /employee-payroll-runs
EmployeePayrollRunsApiEmployeePayrollRunsRetrieveGet /employee-payroll-runs/{id}
EmployeesApiEmployeesCreatePost /employees
EmployeesApiEmployeesIgnoreCreatePost /employees/ignore/{model_id}
EmployeesApiEmployeesListGet /employees
EmployeesApiEmployeesMetaPostRetrieveGet /employees/meta/post
EmployeesApiEmployeesRetrieveGet /employees/{id}
EmploymentsApiEmploymentsListGet /employments
EmploymentsApiEmploymentsRetrieveGet /employments/{id}
ForceResyncApiSyncStatusResyncCreatePost /sync-status/resync
GenerateKeyApiGenerateKeyCreatePost /generate-key
GroupsApiGroupsListGet /groups
GroupsApiGroupsRetrieveGet /groups/{id}
IssuesApiIssuesListGet /issues
IssuesApiIssuesRetrieveGet /issues/{id}
LinkTokenApiLinkTokenCreatePost /link-token
LinkedAccountsApiLinkedAccountsListGet /linked-accounts
LocationsApiLocationsListGet /locations
LocationsApiLocationsRetrieveGet /locations/{id}
PassthroughApiPassthroughCreatePost /passthrough
PayGroupsApiPayGroupsListGet /pay-groups
PayGroupsApiPayGroupsRetrieveGet /pay-groups/{id}
PayrollRunsApiPayrollRunsListGet /payroll-runs
PayrollRunsApiPayrollRunsRetrieveGet /payroll-runs/{id}
RegenerateKeyApiRegenerateKeyCreatePost /regenerate-key
SelectiveSyncApiSelectiveSyncConfigurationsListGet /selective-sync/configurations
SelectiveSyncApiSelectiveSyncConfigurationsUpdatePut /selective-sync/configurations
SelectiveSyncApiSelectiveSyncMetaListGet /selective-sync/meta
SyncStatusApiSyncStatusListGet /sync-status
TeamsApiTeamsListGet /teams
TeamsApiTeamsRetrieveGet /teams/{id}
TimeOffApiTimeOffCreatePost /time-off
TimeOffApiTimeOffListGet /time-off
TimeOffApiTimeOffMetaPostRetrieveGet /time-off/meta/post
TimeOffApiTimeOffRetrieveGet /time-off/{id}
TimeOffBalancesApiTimeOffBalancesListGet /time-off-balances
TimeOffBalancesApiTimeOffBalancesRetrieveGet /time-off-balances/{id}
WebhookReceiversApiWebhookReceiversCreatePost /webhook-receivers
WebhookReceiversApiWebhookReceiversListGet /webhook-receivers

Documentation For Models

Documentation For Authorization

tokenAuth

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

Note, each API key must be added to a map of map[string]APIKey where the key is: Authorization and passed in as the auth context for each request.

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

[email protected]

# Functions

CacheExpires helper function to determine remaining time before repeating a request.
NewAccountDetails instantiates a new AccountDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountDetailsAndActions instantiates a new AccountDetailsAndActions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountDetailsAndActionsIntegration instantiates a new AccountDetailsAndActionsIntegration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountDetailsAndActionsIntegrationWithDefaults instantiates a new AccountDetailsAndActionsIntegration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountDetailsAndActionsStatusEnumFromValue returns a pointer to a valid AccountDetailsAndActionsStatusEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAccountDetailsAndActionsWithDefaults instantiates a new AccountDetailsAndActions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountDetailsWithDefaults instantiates a new AccountDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountIntegration instantiates a new AccountIntegration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountIntegrationWithDefaults instantiates a new AccountIntegration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountToken instantiates a new AccountToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAccountTokenWithDefaults instantiates a new AccountToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAccountTypeEnumFromValue returns a pointer to a valid AccountTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResponse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewAvailableActions instantiates a new AvailableActions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAvailableActionsWithDefaults instantiates a new AvailableActions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBankInfo instantiates a new BankInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBankInfoWithDefaults instantiates a new BankInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBenefit instantiates a new Benefit object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBenefitPlanTypeEnumFromValue returns a pointer to a valid BenefitPlanTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewBenefitWithDefaults instantiates a new Benefit object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCategoriesEnumFromValue returns a pointer to a valid CategoriesEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCategoryEnumFromValue returns a pointer to a valid CategoryEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCommonModelScopesBodyRequest instantiates a new CommonModelScopesBodyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCommonModelScopesBodyRequestWithDefaults instantiates a new CommonModelScopesBodyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCompany instantiates a new Company object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCompanyWithDefaults instantiates a new Company object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConditionSchema instantiates a new ConditionSchema object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConditionSchemaWithDefaults instantiates a new ConditionSchema object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConditionTypeEnumFromValue returns a pointer to a valid ConditionTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewConfiguration returns a new Configuration object.
NewCountryEnumFromValue returns a pointer to a valid CountryEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDataPassthrough instantiates a new DataPassthrough object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataPassthroughRequest instantiates a new DataPassthroughRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDataPassthroughRequestWithDefaults instantiates a new DataPassthroughRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDataPassthroughWithDefaults instantiates a new DataPassthrough object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebugModelLogSummary instantiates a new DebugModelLogSummary object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebugModelLogSummaryWithDefaults instantiates a new DebugModelLogSummary object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDebugModeLog instantiates a new DebugModeLog object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDebugModeLogWithDefaults instantiates a new DebugModeLog object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeduction instantiates a new Deduction object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeductionWithDefaults instantiates a new Deduction object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEarning instantiates a new Earning object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEarningTypeEnumFromValue returns a pointer to a valid EarningTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEarningWithDefaults instantiates a new Earning object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEmployee instantiates a new Employee object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEmployeeEndpointRequest instantiates a new EmployeeEndpointRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEmployeeEndpointRequestWithDefaults instantiates a new EmployeeEndpointRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEmployeePayrollRun instantiates a new EmployeePayrollRun object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEmployeePayrollRunWithDefaults instantiates a new EmployeePayrollRun object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEmployeeRequest instantiates a new EmployeeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEmployeeRequestWithDefaults instantiates a new EmployeeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEmployeeResponse instantiates a new EmployeeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEmployeeResponseWithDefaults instantiates a new EmployeeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEmployeeWithDefaults instantiates a new Employee object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEmployment instantiates a new Employment object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEmploymentRequest instantiates a new EmploymentRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEmploymentRequestWithDefaults instantiates a new EmploymentRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEmploymentStatusEnumFromValue returns a pointer to a valid EmploymentStatusEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEmploymentTypeEnumFromValue returns a pointer to a valid EmploymentTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEmploymentWithDefaults instantiates a new Employment object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnabledActionsEnumFromValue returns a pointer to a valid EnabledActionsEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEncodingEnumFromValue returns a pointer to a valid EncodingEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEndUserDetails instantiates a new EndUserDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEndUserDetailsRequest instantiates a new EndUserDetailsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEndUserDetailsRequestWithDefaults instantiates a new EndUserDetailsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEndUserDetailsWithDefaults instantiates a new EndUserDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewErrorValidationProblem instantiates a new ErrorValidationProblem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewErrorValidationProblemWithDefaults instantiates a new ErrorValidationProblem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEthnicityEnumFromValue returns a pointer to a valid EthnicityEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFlsaStatusEnumFromValue returns a pointer to a valid FlsaStatusEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewGenderEnumFromValue returns a pointer to a valid GenderEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewGenerateRemoteKeyRequest instantiates a new GenerateRemoteKeyRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGenerateRemoteKeyRequestWithDefaults instantiates a new GenerateRemoteKeyRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGroup instantiates a new Group object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGroupTypeEnumFromValue returns a pointer to a valid GroupTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewGroupWithDefaults instantiates a new Group object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIgnoreCommonModel instantiates a new IgnoreCommonModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIgnoreCommonModelRequest instantiates a new IgnoreCommonModelRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIgnoreCommonModelRequestWithDefaults instantiates a new IgnoreCommonModelRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIgnoreCommonModelWithDefaults instantiates a new IgnoreCommonModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIssue instantiates a new Issue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIssueStatusEnumFromValue returns a pointer to a valid IssueStatusEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewIssueWithDefaults instantiates a new Issue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkedAccountCondition instantiates a new LinkedAccountCondition object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkedAccountConditionRequest instantiates a new LinkedAccountConditionRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkedAccountConditionRequestWithDefaults instantiates a new LinkedAccountConditionRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkedAccountConditionWithDefaults instantiates a new LinkedAccountCondition object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkedAccountSelectiveSyncConfiguration instantiates a new LinkedAccountSelectiveSyncConfiguration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkedAccountSelectiveSyncConfigurationListRequest instantiates a new LinkedAccountSelectiveSyncConfigurationListRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkedAccountSelectiveSyncConfigurationListRequestWithDefaults instantiates a new LinkedAccountSelectiveSyncConfigurationListRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkedAccountSelectiveSyncConfigurationRequest instantiates a new LinkedAccountSelectiveSyncConfigurationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkedAccountSelectiveSyncConfigurationRequestWithDefaults instantiates a new LinkedAccountSelectiveSyncConfigurationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkedAccountSelectiveSyncConfigurationWithDefaults instantiates a new LinkedAccountSelectiveSyncConfiguration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkedAccountStatus instantiates a new LinkedAccountStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkedAccountStatusWithDefaults instantiates a new LinkedAccountStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLinkToken instantiates a new LinkToken object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLinkTokenWithDefaults instantiates a new LinkToken object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLocation instantiates a new Location object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocationTypeEnumFromValue returns a pointer to a valid LocationTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLocationWithDefaults instantiates a new Location object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMaritalStatusEnumFromValue returns a pointer to a valid MaritalStatusEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMetaResponse instantiates a new MetaResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMetaResponseWithDefaults instantiates a new MetaResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMethodEnumFromValue returns a pointer to a valid MethodEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewModelOperation instantiates a new ModelOperation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewModelOperationWithDefaults instantiates a new ModelOperation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMultipartFormFieldRequest instantiates a new MultipartFormFieldRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMultipartFormFieldRequestWithDefaults instantiates a new MultipartFormFieldRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewOperatorSchema instantiates a new OperatorSchema object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOperatorSchemaWithDefaults instantiates a new OperatorSchema object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedAccountDetailsAndActionsList instantiates a new PaginatedAccountDetailsAndActionsList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedAccountDetailsAndActionsListWithDefaults instantiates a new PaginatedAccountDetailsAndActionsList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedBankInfoList instantiates a new PaginatedBankInfoList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedBankInfoListWithDefaults instantiates a new PaginatedBankInfoList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedBenefitList instantiates a new PaginatedBenefitList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedBenefitListWithDefaults instantiates a new PaginatedBenefitList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedCompanyList instantiates a new PaginatedCompanyList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedCompanyListWithDefaults instantiates a new PaginatedCompanyList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedConditionSchemaList instantiates a new PaginatedConditionSchemaList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedConditionSchemaListWithDefaults instantiates a new PaginatedConditionSchemaList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedDeductionList instantiates a new PaginatedDeductionList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedDeductionListWithDefaults instantiates a new PaginatedDeductionList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedEmployeeList instantiates a new PaginatedEmployeeList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedEmployeeListWithDefaults instantiates a new PaginatedEmployeeList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedEmployeePayrollRunList instantiates a new PaginatedEmployeePayrollRunList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedEmployeePayrollRunListWithDefaults instantiates a new PaginatedEmployeePayrollRunList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedEmploymentList instantiates a new PaginatedEmploymentList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedEmploymentListWithDefaults instantiates a new PaginatedEmploymentList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedGroupList instantiates a new PaginatedGroupList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedGroupListWithDefaults instantiates a new PaginatedGroupList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedIssueList instantiates a new PaginatedIssueList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedIssueListWithDefaults instantiates a new PaginatedIssueList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedLocationList instantiates a new PaginatedLocationList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedLocationListWithDefaults instantiates a new PaginatedLocationList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedPayGroupList instantiates a new PaginatedPayGroupList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedPayGroupListWithDefaults instantiates a new PaginatedPayGroupList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedPayrollRunList instantiates a new PaginatedPayrollRunList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedPayrollRunListWithDefaults instantiates a new PaginatedPayrollRunList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedSyncStatusList instantiates a new PaginatedSyncStatusList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedSyncStatusListWithDefaults instantiates a new PaginatedSyncStatusList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedTeamList instantiates a new PaginatedTeamList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedTeamListWithDefaults instantiates a new PaginatedTeamList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedTimeOffBalanceList instantiates a new PaginatedTimeOffBalanceList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedTimeOffBalanceListWithDefaults instantiates a new PaginatedTimeOffBalanceList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPaginatedTimeOffList instantiates a new PaginatedTimeOffList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPaginatedTimeOffListWithDefaults instantiates a new PaginatedTimeOffList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPayCurrencyEnumFromValue returns a pointer to a valid PayCurrencyEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPayFrequencyEnumFromValue returns a pointer to a valid PayFrequencyEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPayGroup instantiates a new PayGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPayGroupWithDefaults instantiates a new PayGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPayPeriodEnumFromValue returns a pointer to a valid PayPeriodEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPayrollRun instantiates a new PayrollRun object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPayrollRunWithDefaults instantiates a new PayrollRun object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPolicyTypeEnumFromValue returns a pointer to a valid PolicyTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewReasonEnumFromValue returns a pointer to a valid ReasonEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRemoteData instantiates a new RemoteData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRemoteDataRequest instantiates a new RemoteDataRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRemoteDataRequestWithDefaults instantiates a new RemoteDataRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRemoteDataWithDefaults instantiates a new RemoteData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRemoteKey instantiates a new RemoteKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRemoteKeyForRegenerationRequest instantiates a new RemoteKeyForRegenerationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRemoteKeyForRegenerationRequestWithDefaults instantiates a new RemoteKeyForRegenerationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRemoteKeyWithDefaults instantiates a new RemoteKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRemoteResponse instantiates a new RemoteResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRemoteResponseWithDefaults instantiates a new RemoteResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRequestFormatEnumFromValue returns a pointer to a valid RequestFormatEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRequestTypeEnumFromValue returns a pointer to a valid RequestTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewResponseTypeEnumFromValue returns a pointer to a valid ResponseTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRunStateEnumFromValue returns a pointer to a valid RunStateEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRunTypeEnumFromValue returns a pointer to a valid RunTypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSelectiveSyncConfigurationsUsageEnumFromValue returns a pointer to a valid SelectiveSyncConfigurationsUsageEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyncStatus instantiates a new SyncStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSyncStatusStatusEnumFromValue returns a pointer to a valid SyncStatusStatusEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSyncStatusWithDefaults instantiates a new SyncStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTax instantiates a new Tax object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaxWithDefaults instantiates a new Tax object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTeam instantiates a new Team object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTeamWithDefaults instantiates a new Team object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTimeOff instantiates a new TimeOff object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimeOffBalance instantiates a new TimeOffBalance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimeOffBalanceWithDefaults instantiates a new TimeOffBalance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTimeOffEndpointRequest instantiates a new TimeOffEndpointRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimeOffEndpointRequestWithDefaults instantiates a new TimeOffEndpointRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTimeOffRequest instantiates a new TimeOffRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimeOffRequestWithDefaults instantiates a new TimeOffRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTimeOffResponse instantiates a new TimeOffResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimeOffResponseWithDefaults instantiates a new TimeOffResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTimeOffStatusEnumFromValue returns a pointer to a valid TimeOffStatusEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTimeOffWithDefaults instantiates a new TimeOff object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTypeEnumFromValue returns a pointer to a valid TypeEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewUnitsEnumFromValue returns a pointer to a valid UnitsEnum for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewValidationProblemSource instantiates a new ValidationProblemSource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewValidationProblemSourceWithDefaults instantiates a new ValidationProblemSource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWarningValidationProblem instantiates a new WarningValidationProblem object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWarningValidationProblemWithDefaults instantiates a new WarningValidationProblem object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWebhookReceiver instantiates a new WebhookReceiver object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWebhookReceiverRequest instantiates a new WebhookReceiverRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWebhookReceiverRequestWithDefaults instantiates a new WebhookReceiverRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWebhookReceiverWithDefaults instantiates a new WebhookReceiver object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.

# Constants

List of AccountDetailsAndActionsStatusEnum.
List of AccountDetailsAndActionsStatusEnum.
List of AccountDetailsAndActionsStatusEnum.
List of AccountDetailsAndActionsStatusEnum.
List of AccountTypeEnum.
List of AccountTypeEnum.
List of AccountTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of BenefitPlanTypeEnum.
List of CategoriesEnum.
List of CategoriesEnum.
List of CategoriesEnum.
List of CategoriesEnum.
List of CategoriesEnum.
List of CategoriesEnum.
List of CategoriesEnum.
List of CategoriesEnum.
List of CategoryEnum.
List of CategoryEnum.
List of CategoryEnum.
List of CategoryEnum.
List of CategoryEnum.
List of CategoryEnum.
List of CategoryEnum.
List of CategoryEnum.
List of ConditionTypeEnum.
List of ConditionTypeEnum.
List of ConditionTypeEnum.
List of ConditionTypeEnum.
List of ConditionTypeEnum.
List of ConditionTypeEnum.
List of ConditionTypeEnum.
List of ConditionTypeEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of CountryEnum.
List of EarningTypeEnum.
List of EarningTypeEnum.
List of EarningTypeEnum.
List of EarningTypeEnum.
List of EarningTypeEnum.
List of EmploymentStatusEnum.
List of EmploymentStatusEnum.
List of EmploymentStatusEnum.
List of EmploymentStatusEnum.
List of EmploymentTypeEnum.
List of EmploymentTypeEnum.
List of EmploymentTypeEnum.
List of EmploymentTypeEnum.
List of EmploymentTypeEnum.
List of EmploymentTypeEnum.
List of EnabledActionsEnum.
List of EnabledActionsEnum.
List of EnabledActionsEnum.
List of EncodingEnum.
List of EncodingEnum.
List of EncodingEnum.
List of EncodingEnum.
List of EthnicityEnum.
List of EthnicityEnum.
List of EthnicityEnum.
List of EthnicityEnum.
List of EthnicityEnum.
List of EthnicityEnum.
List of EthnicityEnum.
List of EthnicityEnum.
List of EthnicityEnum.
List of FlsaStatusEnum.
List of FlsaStatusEnum.
List of FlsaStatusEnum.
List of FlsaStatusEnum.
List of FlsaStatusEnum.
List of GenderEnum.
List of GenderEnum.
List of GenderEnum.
List of GenderEnum.
List of GenderEnum.
List of GenderEnum.
List of GroupTypeEnum.
List of GroupTypeEnum.
List of GroupTypeEnum.
List of GroupTypeEnum.
List of GroupTypeEnum.
List of GroupTypeEnum.
List of IssueStatusEnum.
List of IssueStatusEnum.
List of IssueStatusEnum.
List of LocationTypeEnum.
List of LocationTypeEnum.
List of LocationTypeEnum.
List of MaritalStatusEnum.
List of MaritalStatusEnum.
List of MaritalStatusEnum.
List of MaritalStatusEnum.
List of MaritalStatusEnum.
List of MaritalStatusEnum.
List of MethodEnum.
List of MethodEnum.
List of MethodEnum.
List of MethodEnum.
List of MethodEnum.
List of MethodEnum.
METHODENUM_POST
List of MethodEnum.
List of MethodEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayCurrencyEnum.
List of PayFrequencyEnum.
List of PayFrequencyEnum.
List of PayFrequencyEnum.
List of PayFrequencyEnum.
List of PayFrequencyEnum.
List of PayFrequencyEnum.
List of PayFrequencyEnum.
List of PayFrequencyEnum.
List of PayFrequencyEnum.
List of PayFrequencyEnum.
List of PayPeriodEnum.
List of PayPeriodEnum.
List of PayPeriodEnum.
List of PayPeriodEnum.
List of PayPeriodEnum.
List of PayPeriodEnum.
List of PayPeriodEnum.
List of PayPeriodEnum.
List of PayPeriodEnum.
List of PayPeriodEnum.
List of PolicyTypeEnum.
List of PolicyTypeEnum.
List of PolicyTypeEnum.
List of PolicyTypeEnum.
List of PolicyTypeEnum.
List of PolicyTypeEnum.
List of PolicyTypeEnum.
List of ReasonEnum.
List of ReasonEnum.
List of ReasonEnum.
List of ReasonEnum.
List of RequestFormatEnum.
List of RequestFormatEnum.
List of RequestFormatEnum.
List of RequestFormatEnum.
List of RequestTypeEnum.
List of RequestTypeEnum.
List of RequestTypeEnum.
List of RequestTypeEnum.
List of RequestTypeEnum.
List of RequestTypeEnum.
List of RequestTypeEnum.
List of ResponseTypeEnum.
List of ResponseTypeEnum.
List of ResponseTypeEnum.
List of RunStateEnum.
List of RunStateEnum.
List of RunStateEnum.
List of RunStateEnum.
List of RunStateEnum.
List of RunStateEnum.
List of RunTypeEnum.
List of RunTypeEnum.
List of RunTypeEnum.
List of RunTypeEnum.
List of RunTypeEnum.
List of RunTypeEnum.
List of SelectiveSyncConfigurationsUsageEnum.
List of SelectiveSyncConfigurationsUsageEnum.
List of SelectiveSyncConfigurationsUsageEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of StateEnum.
List of SyncStatusStatusEnum.
List of SyncStatusStatusEnum.
List of SyncStatusStatusEnum.
List of SyncStatusStatusEnum.
List of SyncStatusStatusEnum.
List of SyncStatusStatusEnum.
List of SyncStatusStatusEnum.
List of TimeOffStatusEnum.
List of TimeOffStatusEnum.
List of TimeOffStatusEnum.
List of TimeOffStatusEnum.
List of TimeOffStatusEnum.
List of TimeOffStatusEnum.
List of TypeEnum.
List of TypeEnum.
List of TypeEnum.
List of TypeEnum.
List of TypeEnum.
List of UnitsEnum.
List of UnitsEnum.
List of UnitsEnum.

# Variables

ContextAccessToken takes a string oauth2 access token as authentication for the request.
ContextAPIKeys takes a string apikey as authentication for the request.
ContextBasicAuth takes BasicAuth as authentication for the request.
ContextHttpSignatureAuth takes HttpSignatureAuth as authentication for the request.
ContextOAuth2 takes an oauth2.TokenSource as authentication for the request.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

AccountDetails struct for AccountDetails.
AccountDetailsAndActions # The LinkedAccount Object ### Description The `LinkedAccount` object is used to represent an end user's link with a specific integration.
AccountDetailsAndActionsIntegration struct for AccountDetailsAndActionsIntegration.
AccountIntegration struct for AccountIntegration.
AccountToken struct for AccountToken.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIClient manages communication with the Merge HRIS API API v1.0 In most cases there should be only one, shared, APIClient.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
APIResponse stores the API response returned by the server.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AvailableActions # The AvailableActions Object ### Description The `Activity` object is used to see all available model/operation combinations for an integration.
BankInfo # The BankInfo Object ### Description The `BankInfo` object is used to represent the Bank Account information for an Employee.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
Benefit # The Benefit Object ### Description The `Benefit` object is used to represent a benefit that an employee has enrolled in.
CommonModelScopesBodyRequest struct for CommonModelScopesBodyRequest.
Company # The Company Object ### Description The `Company` object is used to represent a company within the HRIS / Payroll system.
ConditionSchema struct for ConditionSchema.
Configuration stores the configuration of the API client.
DataPassthrough # The DataPassthrough Object ### Description The `DataPassthrough` object is used to send information to an otherwise-unsupported third-party endpoint.
DataPassthroughRequest # The DataPassthrough Object ### Description The `DataPassthrough` object is used to send information to an otherwise-unsupported third-party endpoint.
DebugModelLogSummary struct for DebugModelLogSummary.
DebugModeLog struct for DebugModeLog.
Deduction # The Deduction Object ### Description The `Deduction` object is used to represent an array of the wages withheld from total earnings for the purpose of paying taxes.
Earning # The Earning Object ### Description The `Earning` object is used to represent an array of different compensations that an employee receives within specific wage categories.
Employee # The Employee Object ### Description The `Employee` object is used to represent any person who has been employed by a company.
EmployeeEndpointRequest struct for EmployeeEndpointRequest.
EmployeePayrollRun # The EmployeePayrollRun Object ### Description The `EmployeePayrollRun` object is used to represent an employee's pay statement for a specific payroll run.
EmployeeRequest # The Employee Object ### Description The `Employee` object is used to represent any person who has been employed by a company.
EmployeeResponse struct for EmployeeResponse.
Employment # The Employment Object ### Description The `Employment` object is used to represent a job position at a company.
EmploymentRequest # The Employment Object ### Description The `Employment` object is used to represent an employment position at a company.
EndUserDetails struct for EndUserDetails.
EndUserDetailsRequest struct for EndUserDetailsRequest.
ErrorValidationProblem struct for ErrorValidationProblem.
GenerateRemoteKeyRequest # The GenerateRemoteKey Object ### Description The `GenerateRemoteKey` object is used to represent a request for a new remote key.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
Group # The Group Object ### Description The `Group` object is used to represent any subset of employees, such as `PayGroup` or `Team`.
IgnoreCommonModel struct for IgnoreCommonModel.
IgnoreCommonModelRequest struct for IgnoreCommonModelRequest.
Issue struct for Issue.
LinkedAccountCondition struct for LinkedAccountCondition.
LinkedAccountConditionRequest struct for LinkedAccountConditionRequest.
LinkedAccountSelectiveSyncConfiguration struct for LinkedAccountSelectiveSyncConfiguration.
LinkedAccountSelectiveSyncConfigurationListRequest struct for LinkedAccountSelectiveSyncConfigurationListRequest.
LinkedAccountSelectiveSyncConfigurationRequest struct for LinkedAccountSelectiveSyncConfigurationRequest.
LinkedAccountStatus struct for LinkedAccountStatus.
LinkToken struct for LinkToken.
Location # The Location Object ### Description The `Location` object is used to represent an address that can be associated with an employee.
MetaResponse struct for MetaResponse.
ModelOperation # The ModelOperation Object ### Description The `ModelOperation` object is used to represent the operations that are currently supported for a given model.
MultipartFormFieldRequest # The MultipartFormField Object ### Description The `MultipartFormField` object is used to represent fields in an HTTP request using `multipart/form-data`.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OperatorSchema struct for OperatorSchema.
PaginatedAccountDetailsAndActionsList struct for PaginatedAccountDetailsAndActionsList.
PaginatedBankInfoList struct for PaginatedBankInfoList.
PaginatedBenefitList struct for PaginatedBenefitList.
PaginatedCompanyList struct for PaginatedCompanyList.
PaginatedConditionSchemaList struct for PaginatedConditionSchemaList.
PaginatedDeductionList struct for PaginatedDeductionList.
PaginatedEmployeeList struct for PaginatedEmployeeList.
PaginatedEmployeePayrollRunList struct for PaginatedEmployeePayrollRunList.
PaginatedEmploymentList struct for PaginatedEmploymentList.
PaginatedGroupList struct for PaginatedGroupList.
PaginatedIssueList struct for PaginatedIssueList.
PaginatedLocationList struct for PaginatedLocationList.
PaginatedPayGroupList struct for PaginatedPayGroupList.
PaginatedPayrollRunList struct for PaginatedPayrollRunList.
PaginatedSyncStatusList struct for PaginatedSyncStatusList.
PaginatedTeamList struct for PaginatedTeamList.
PaginatedTimeOffBalanceList struct for PaginatedTimeOffBalanceList.
PaginatedTimeOffList struct for PaginatedTimeOffList.
PayGroup # The PayGroup Object ### Description The `PayGroup` object is used to represent a subset of employees that are put together for payroll processing purposes.
PayrollRun # The PayrollRun Object ### Description The `PayrollRun` object is used to represent a group of pay statements for a specific pay schedule.
RemoteData struct for RemoteData.
RemoteDataRequest struct for RemoteDataRequest.
RemoteKey # The RemoteKey Object ### Description The `RemoteKey` object is used to represent a request for a new remote key.
RemoteKeyForRegenerationRequest # The RemoteKeyForRegeneration Object ### Description The `RemoteKeyForRegeneration` object is used to exchange an old remote key for a new one ### Usage Example Post a `RemoteKeyForRegeneration` to swap out an old remote key for a new one.
RemoteResponse # The RemoteResponse Object ### Description The `RemoteResponse` object is used to represent information returned from a third-party endpoint.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
SyncStatus # The SyncStatus Object ### Description The `SyncStatus` object is used to represent the syncing state of an account ### Usage Example View the `SyncStatus` for an account to see how recently its models were synced.
Tax # The Tax Object ### Description The `Tax` object is used to represent an array of the tax deductions for a given employee's payroll run.
Team # The Team Object ### Description The `Team` object is used to represent a subdivision of the company, usually a department.
TimeOff # The TimeOff Object ### Description The `TimeOff` object is used to represent all employees' Time Off entries.
TimeOffBalance # The TimeOffBalance Object ### Description The `TimeOffBalance` object is used to represent current balances for an employee's Time Off plan.
TimeOffEndpointRequest struct for TimeOffEndpointRequest.
TimeOffRequest # The TimeOff Object ### Description The `TimeOff` object is used to represent all employees' Time Off entries.
TimeOffResponse struct for TimeOffResponse.
ValidationProblemSource struct for ValidationProblemSource.
WarningValidationProblem struct for WarningValidationProblem.
WebhookReceiver struct for WebhookReceiver.
WebhookReceiverRequest struct for WebhookReceiverRequest.

# Type aliases

AccountDetailsAndActionsStatusEnum * `COMPLETE` - COMPLETE * `INCOMPLETE` - INCOMPLETE * `RELINK_NEEDED` - RELINK_NEEDED.
AccountDetailsApiService AccountDetailsApi service.
AccountTokenApiService AccountTokenApi service.
AccountTypeEnum * `SAVINGS` - SAVINGS * `CHECKING` - CHECKING.
AvailableActionsApiService AvailableActionsApi service.
BankInfoApiService BankInfoApi service.
BenefitPlanTypeEnum the model 'BenefitPlanTypeEnum'.
BenefitsApiService BenefitsApi service.
CategoriesEnum * `hris` - hris * `ats` - ats * `accounting` - accounting * `ticketing` - ticketing * `crm` - crm * `mktg` - mktg * `filestorage` - filestorage.
CategoryEnum * `hris` - hris * `ats` - ats * `accounting` - accounting * `ticketing` - ticketing * `crm` - crm * `mktg` - mktg * `filestorage` - filestorage.
CompaniesApiService CompaniesApi service.
ConditionTypeEnum * `BOOLEAN` - BOOLEAN * `DATE` - DATE * `DATE_TIME` - DATE_TIME * `INTEGER` - INTEGER * `FLOAT` - FLOAT * `STRING` - STRING * `LIST_OF_STRINGS` - LIST_OF_STRINGS.
CountryEnum * `AF` - Afghanistan * `AX` - Åland Islands * `AL` - Albania * `DZ` - Algeria * `AS` - American Samoa * `AD` - Andorra * `AO` - Angola * `AI` - Anguilla * `AQ` - Antarctica * `AG` - Antigua and Barbuda * `AR` - Argentina * `AM` - Armenia * `AW` - Aruba * `AU` - Australia * `AT` - Austria * `AZ` - Azerbaijan * `BS` - Bahamas * `BH` - Bahrain * `BD` - Bangladesh * `BB` - Barbados * `BY` - Belarus * `BE` - Belgium * `BZ` - Belize * `BJ` - Benin * `BM` - Bermuda * `BT` - Bhutan * `BO` - Bolivia * `BQ` - Bonaire, Sint Eustatius and Saba * `BA` - Bosnia and Herzegovina * `BW` - Botswana * `BV` - Bouvet Island * `BR` - Brazil * `IO` - British Indian Ocean Territory * `BN` - Brunei * `BG` - Bulgaria * `BF` - Burkina Faso * `BI` - Burundi * `CV` - Cabo Verde * `KH` - Cambodia * `CM` - Cameroon * `CA` - Canada * `KY` - Cayman Islands * `CF` - Central African Republic * `TD` - Chad * `CL` - Chile * `CN` - China * `CX` - Christmas Island * `CC` - Cocos (Keeling) Islands * `CO` - Colombia * `KM` - Comoros * `CG` - Congo * `CD` - Congo (the Democratic Republic of the) * `CK` - Cook Islands * `CR` - Costa Rica * `CI` - Côte d'Ivoire * `HR` - Croatia * `CU` - Cuba * `CW` - Curaçao * `CY` - Cyprus * `CZ` - Czechia * `DK` - Denmark * `DJ` - Djibouti * `DM` - Dominica * `DO` - Dominican Republic * `EC` - Ecuador * `EG` - Egypt * `SV` - El Salvador * `GQ` - Equatorial Guinea * `ER` - Eritrea * `EE` - Estonia * `SZ` - Eswatini * `ET` - Ethiopia * `FK` - Falkland Islands (Malvinas) * `FO` - Faroe Islands * `FJ` - Fiji * `FI` - Finland * `FR` - France * `GF` - French Guiana * `PF` - French Polynesia * `TF` - French Southern Territories * `GA` - Gabon * `GM` - Gambia * `GE` - Georgia * `DE` - Germany * `GH` - Ghana * `GI` - Gibraltar * `GR` - Greece * `GL` - Greenland * `GD` - Grenada * `GP` - Guadeloupe * `GU` - Guam * `GT` - Guatemala * `GG` - Guernsey * `GN` - Guinea * `GW` - Guinea-Bissau * `GY` - Guyana * `HT` - Haiti * `HM` - Heard Island and McDonald Islands * `VA` - Holy See * `HN` - Honduras * `HK` - Hong Kong * `HU` - Hungary * `IS` - Iceland * `IN` - India * `ID` - Indonesia * `IR` - Iran * `IQ` - Iraq * `IE` - Ireland * `IM` - Isle of Man * `IL` - Israel * `IT` - Italy * `JM` - Jamaica * `JP` - Japan * `JE` - Jersey * `JO` - Jordan * `KZ` - Kazakhstan * `KE` - Kenya * `KI` - Kiribati * `KW` - Kuwait * `KG` - Kyrgyzstan * `LA` - Laos * `LV` - Latvia * `LB` - Lebanon * `LS` - Lesotho * `LR` - Liberia * `LY` - Libya * `LI` - Liechtenstein * `LT` - Lithuania * `LU` - Luxembourg * `MO` - Macao * `MG` - Madagascar * `MW` - Malawi * `MY` - Malaysia * `MV` - Maldives * `ML` - Mali * `MT` - Malta * `MH` - Marshall Islands * `MQ` - Martinique * `MR` - Mauritania * `MU` - Mauritius * `YT` - Mayotte * `MX` - Mexico * `FM` - Micronesia (Federated States of) * `MD` - Moldova * `MC` - Monaco * `MN` - Mongolia * `ME` - Montenegro * `MS` - Montserrat * `MA` - Morocco * `MZ` - Mozambique * `MM` - Myanmar * `NA` - Namibia * `NR` - Nauru * `NP` - Nepal * `NL` - Netherlands * `NC` - New Caledonia * `NZ` - New Zealand * `NI` - Nicaragua * `NE` - Niger * `NG` - Nigeria * `NU` - Niue * `NF` - Norfolk Island * `KP` - North Korea * `MK` - North Macedonia * `MP` - Northern Mariana Islands * `NO` - Norway * `OM` - Oman * `PK` - Pakistan * `PW` - Palau * `PS` - Palestine, State of * `PA` - Panama * `PG` - Papua New Guinea * `PY` - Paraguay * `PE` - Peru * `PH` - Philippines * `PN` - Pitcairn * `PL` - Poland * `PT` - Portugal * `PR` - Puerto Rico * `QA` - Qatar * `RE` - Réunion * `RO` - Romania * `RU` - Russia * `RW` - Rwanda * `BL` - Saint Barthélemy * `SH` - Saint Helena, Ascension and Tristan da Cunha * `KN` - Saint Kitts and Nevis * `LC` - Saint Lucia * `MF` - Saint Martin (French part) * `PM` - Saint Pierre and Miquelon * `VC` - Saint Vincent and the Grenadines * `WS` - Samoa * `SM` - San Marino * `ST` - Sao Tome and Principe * `SA` - Saudi Arabia * `SN` - Senegal * `RS` - Serbia * `SC` - Seychelles * `SL` - Sierra Leone * `SG` - Singapore * `SX` - Sint Maarten (Dutch part) * `SK` - Slovakia * `SI` - Slovenia * `SB` - Solomon Islands * `SO` - Somalia * `ZA` - South Africa * `GS` - South Georgia and the South Sandwich Islands * `KR` - South Korea * `SS` - South Sudan * `ES` - Spain * `LK` - Sri Lanka * `SD` - Sudan * `SR` - Suriname * `SJ` - Svalbard and Jan Mayen * `SE` - Sweden * `CH` - Switzerland * `SY` - Syria * `TW` - Taiwan * `TJ` - Tajikistan * `TZ` - Tanzania * `TH` - Thailand * `TL` - Timor-Leste * `TG` - Togo * `TK` - Tokelau * `TO` - Tonga * `TT` - Trinidad and Tobago * `TN` - Tunisia * `TR` - Turkey * `TM` - Turkmenistan * `TC` - Turks and Caicos Islands * `TV` - Tuvalu * `UG` - Uganda * `UA` - Ukraine * `AE` - United Arab Emirates * `GB` - United Kingdom * `UM` - United States Minor Outlying Islands * `US` - United States of America * `UY` - Uruguay * `UZ` - Uzbekistan * `VU` - Vanuatu * `VE` - Venezuela * `VN` - Vietnam * `VG` - Virgin Islands (British) * `VI` - Virgin Islands (U.S.) * `WF` - Wallis and Futuna * `EH` - Western Sahara * `YE` - Yemen * `ZM` - Zambia * `ZW` - Zimbabwe.
DeductionsApiService DeductionsApi service.
DeleteAccountApiService DeleteAccountApi service.
EarningTypeEnum * `SALARY` - SALARY * `REIMBURSEMENT` - REIMBURSEMENT * `OVERTIME` - OVERTIME * `BONUS` - BONUS.
EmployeePayrollRunsApiService EmployeePayrollRunsApi service.
EmployeesApiService EmployeesApi service.
EmploymentsApiService EmploymentsApi service.
EmploymentStatusEnum * `ACTIVE` - ACTIVE * `PENDING` - PENDING * `INACTIVE` - INACTIVE.
EmploymentTypeEnum * `FULL_TIME` - FULL_TIME * `PART_TIME` - PART_TIME * `INTERN` - INTERN * `CONTRACTOR` - CONTRACTOR * `FREELANCE` - FREELANCE.
EnabledActionsEnum * `READ` - READ * `WRITE` - WRITE.
EncodingEnum * `RAW` - RAW * `BASE64` - BASE64 * `GZIP_BASE64` - GZIP_BASE64.
EthnicityEnum * `AMERICAN_INDIAN_OR_ALASKA_NATIVE` - AMERICAN_INDIAN_OR_ALASKA_NATIVE * `ASIAN_OR_INDIAN_SUBCONTINENT` - ASIAN_OR_INDIAN_SUBCONTINENT * `BLACK_OR_AFRICAN_AMERICAN` - BLACK_OR_AFRICAN_AMERICAN * `HISPANIC_OR_LATINO` - HISPANIC_OR_LATINO * `NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER` - NATIVE_HAWAIIAN_OR_OTHER_PACIFIC_ISLANDER * `TWO_OR_MORE_RACES` - TWO_OR_MORE_RACES * `WHITE` - WHITE * `PREFER_NOT_TO_DISCLOSE` - PREFER_NOT_TO_DISCLOSE.
FlsaStatusEnum * `EXEMPT` - EXEMPT * `SALARIED_NONEXEMPT` - SALARIED_NONEXEMPT * `NONEXEMPT` - NONEXEMPT * `OWNER` - OWNER.
ForceResyncApiService ForceResyncApi service.
GenderEnum * `MALE` - MALE * `FEMALE` - FEMALE * `NON-BINARY` - NON-BINARY * `OTHER` - OTHER * `PREFER_NOT_TO_DISCLOSE` - PREFER_NOT_TO_DISCLOSE.
GenerateKeyApiService GenerateKeyApi service.
GroupsApiService GroupsApi service.
GroupTypeEnum * `TEAM` - TEAM * `DEPARTMENT` - DEPARTMENT * `COST_CENTER` - COST_CENTER * `BUSINESS_UNIT` - BUSINESS_UNIT * `GROUP` - GROUP.
IssuesApiService IssuesApi service.
IssueStatusEnum * `ONGOING` - ONGOING * `RESOLVED` - RESOLVED.
LinkedAccountsApiService LinkedAccountsApi service.
LinkTokenApiService LinkTokenApi service.
LocationsApiService LocationsApi service.
LocationTypeEnum * `HOME` - HOME * `WORK` - WORK.
MaritalStatusEnum * `SINGLE` - SINGLE * `MARRIED_FILING_JOINTLY` - MARRIED_FILING_JOINTLY * `MARRIED_FILING_SEPARATELY` - MARRIED_FILING_SEPARATELY * `HEAD_OF_HOUSEHOLD` - HEAD_OF_HOUSEHOLD * `QUALIFYING_WIDOW_OR_WIDOWER_WITH_DEPENDENT_CHILD` - QUALIFYING_WIDOW_OR_WIDOWER_WITH_DEPENDENT_CHILD.
MethodEnum * `GET` - GET * `OPTIONS` - OPTIONS * `HEAD` - HEAD * `POST` - POST * `PUT` - PUT * `PATCH` - PATCH * `DELETE` - DELETE.
PassthroughApiService PassthroughApi service.
PayCurrencyEnum * `XUA` - ADB Unit of Account * `AFN` - Afghan Afghani * `AFA` - Afghan Afghani (1927–2002) * `ALL` - Albanian Lek * `ALK` - Albanian Lek (1946–1965) * `DZD` - Algerian Dinar * `ADP` - Andorran Peseta * `AOA` - Angolan Kwanza * `AOK` - Angolan Kwanza (1977–1991) * `AON` - Angolan New Kwanza (1990–2000) * `AOR` - Angolan Readjusted Kwanza (1995–1999) * `ARA` - Argentine Austral * `ARS` - Argentine Peso * `ARM` - Argentine Peso (1881–1970) * `ARP` - Argentine Peso (1983–1985) * `ARL` - Argentine Peso Ley (1970–1983) * `AMD` - Armenian Dram * `AWG` - Aruban Florin * `AUD` - Australian Dollar * `ATS` - Austrian Schilling * `AZN` - Azerbaijani Manat * `AZM` - Azerbaijani Manat (1993–2006) * `BSD` - Bahamian Dollar * `BHD` - Bahraini Dinar * `BDT` - Bangladeshi Taka * `BBD` - Barbadian Dollar * `BYN` - Belarusian Ruble * `BYB` - Belarusian Ruble (1994–1999) * `BYR` - Belarusian Ruble (2000–2016) * `BEF` - Belgian Franc * `BEC` - Belgian Franc (convertible) * `BEL` - Belgian Franc (financial) * `BZD` - Belize Dollar * `BMD` - Bermudan Dollar * `BTN` - Bhutanese Ngultrum * `BOB` - Bolivian Boliviano * `BOL` - Bolivian Boliviano (1863–1963) * `BOV` - Bolivian Mvdol * `BOP` - Bolivian Peso * `BAM` - Bosnia-Herzegovina Convertible Mark * `BAD` - Bosnia-Herzegovina Dinar (1992–1994) * `BAN` - Bosnia-Herzegovina New Dinar (1994–1997) * `BWP` - Botswanan Pula * `BRC` - Brazilian Cruzado (1986–1989) * `BRZ` - Brazilian Cruzeiro (1942–1967) * `BRE` - Brazilian Cruzeiro (1990–1993) * `BRR` - Brazilian Cruzeiro (1993–1994) * `BRN` - Brazilian New Cruzado (1989–1990) * `BRB` - Brazilian New Cruzeiro (1967–1986) * `BRL` - Brazilian Real * `GBP` - British Pound * `BND` - Brunei Dollar * `BGL` - Bulgarian Hard Lev * `BGN` - Bulgarian Lev * `BGO` - Bulgarian Lev (1879–1952) * `BGM` - Bulgarian Socialist Lev * `BUK` - Burmese Kyat * `BIF` - Burundian Franc * `XPF` - CFP Franc * `KHR` - Cambodian Riel * `CAD` - Canadian Dollar * `CVE` - Cape Verdean Escudo * `KYD` - Cayman Islands Dollar * `XAF` - Central African CFA Franc * `CLE` - Chilean Escudo * `CLP` - Chilean Peso * `CLF` - Chilean Unit of Account (UF) * `CNX` - Chinese People’s Bank Dollar * `CNY` - Chinese Yuan * `CNH` - Chinese Yuan (offshore) * `COP` - Colombian Peso * `COU` - Colombian Real Value Unit * `KMF` - Comorian Franc * `CDF` - Congolese Franc * `CRC` - Costa Rican Colón * `HRD` - Croatian Dinar * `HRK` - Croatian Kuna * `CUC` - Cuban Convertible Peso * `CUP` - Cuban Peso * `CYP` - Cypriot Pound * `CZK` - Czech Koruna * `CSK` - Czechoslovak Hard Koruna * `DKK` - Danish Krone * `DJF` - Djiboutian Franc * `DOP` - Dominican Peso * `NLG` - Dutch Guilder * `XCD` - East Caribbean Dollar * `DDM` - East German Mark * `ECS` - Ecuadorian Sucre * `ECV` - Ecuadorian Unit of Constant Value * `EGP` - Egyptian Pound * `GQE` - Equatorial Guinean Ekwele * `ERN` - Eritrean Nakfa * `EEK` - Estonian Kroon * `ETB` - Ethiopian Birr * `EUR` - Euro * `XBA` - European Composite Unit * `XEU` - European Currency Unit * `XBB` - European Monetary Unit * `XBC` - European Unit of Account (XBC) * `XBD` - European Unit of Account (XBD) * `FKP` - Falkland Islands Pound * `FJD` - Fijian Dollar * `FIM` - Finnish Markka * `FRF` - French Franc * `XFO` - French Gold Franc * `XFU` - French UIC-Franc * `GMD` - Gambian Dalasi * `GEK` - Georgian Kupon Larit * `GEL` - Georgian Lari * `DEM` - German Mark * `GHS` - Ghanaian Cedi * `GHC` - Ghanaian Cedi (1979–2007) * `GIP` - Gibraltar Pound * `XAU` - Gold * `GRD` - Greek Drachma * `GTQ` - Guatemalan Quetzal * `GWP` - Guinea-Bissau Peso * `GNF` - Guinean Franc * `GNS` - Guinean Syli * `GYD` - Guyanaese Dollar * `HTG` - Haitian Gourde * `HNL` - Honduran Lempira * `HKD` - Hong Kong Dollar * `HUF` - Hungarian Forint * `IMP` - IMP * `ISK` - Icelandic Króna * `ISJ` - Icelandic Króna (1918–1981) * `INR` - Indian Rupee * `IDR` - Indonesian Rupiah * `IRR` - Iranian Rial * `IQD` - Iraqi Dinar * `IEP` - Irish Pound * `ILS` - Israeli New Shekel * `ILP` - Israeli Pound * `ILR` - Israeli Shekel (1980–1985) * `ITL` - Italian Lira * `JMD` - Jamaican Dollar * `JPY` - Japanese Yen * `JOD` - Jordanian Dinar * `KZT` - Kazakhstani Tenge * `KES` - Kenyan Shilling * `KWD` - Kuwaiti Dinar * `KGS` - Kyrgystani Som * `LAK` - Laotian Kip * `LVL` - Latvian Lats * `LVR` - Latvian Ruble * `LBP` - Lebanese Pound * `LSL` - Lesotho Loti * `LRD` - Liberian Dollar * `LYD` - Libyan Dinar * `LTL` - Lithuanian Litas * `LTT` - Lithuanian Talonas * `LUL` - Luxembourg Financial Franc * `LUC` - Luxembourgian Convertible Franc * `LUF` - Luxembourgian Franc * `MOP` - Macanese Pataca * `MKD` - Macedonian Denar * `MKN` - Macedonian Denar (1992–1993) * `MGA` - Malagasy Ariary * `MGF` - Malagasy Franc * `MWK` - Malawian Kwacha * `MYR` - Malaysian Ringgit * `MVR` - Maldivian Rufiyaa * `MVP` - Maldivian Rupee (1947–1981) * `MLF` - Malian Franc * `MTL` - Maltese Lira * `MTP` - Maltese Pound * `MRU` - Mauritanian Ouguiya * `MRO` - Mauritanian Ouguiya (1973–2017) * `MUR` - Mauritian Rupee * `MXV` - Mexican Investment Unit * `MXN` - Mexican Peso * `MXP` - Mexican Silver Peso (1861–1992) * `MDC` - Moldovan Cupon * `MDL` - Moldovan Leu * `MCF` - Monegasque Franc * `MNT` - Mongolian Tugrik * `MAD` - Moroccan Dirham * `MAF` - Moroccan Franc * `MZE` - Mozambican Escudo * `MZN` - Mozambican Metical * `MZM` - Mozambican Metical (1980–2006) * `MMK` - Myanmar Kyat * `NAD` - Namibian Dollar * `NPR` - Nepalese Rupee * `ANG` - Netherlands Antillean Guilder * `TWD` - New Taiwan Dollar * `NZD` - New Zealand Dollar * `NIO` - Nicaraguan Córdoba * `NIC` - Nicaraguan Córdoba (1988–1991) * `NGN` - Nigerian Naira * `KPW` - North Korean Won * `NOK` - Norwegian Krone * `OMR` - Omani Rial * `PKR` - Pakistani Rupee * `XPD` - Palladium * `PAB` - Panamanian Balboa * `PGK` - Papua New Guinean Kina * `PYG` - Paraguayan Guarani * `PEI` - Peruvian Inti * `PEN` - Peruvian Sol * `PES` - Peruvian Sol (1863–1965) * `PHP` - Philippine Peso * `XPT` - Platinum * `PLN` - Polish Zloty * `PLZ` - Polish Zloty (1950–1995) * `PTE` - Portuguese Escudo * `GWE` - Portuguese Guinea Escudo * `QAR` - Qatari Rial * `XRE` - RINET Funds * `RHD` - Rhodesian Dollar * `RON` - Romanian Leu * `ROL` - Romanian Leu (1952–2006) * `RUB` - Russian Ruble * `RUR` - Russian Ruble (1991–1998) * `RWF` - Rwandan Franc * `SVC` - Salvadoran Colón * `WST` - Samoan Tala * `SAR` - Saudi Riyal * `RSD` - Serbian Dinar * `CSD` - Serbian Dinar (2002–2006) * `SCR` - Seychellois Rupee * `SLL` - Sierra Leonean Leone * `XAG` - Silver * `SGD` - Singapore Dollar * `SKK` - Slovak Koruna * `SIT` - Slovenian Tolar * `SBD` - Solomon Islands Dollar * `SOS` - Somali Shilling * `ZAR` - South African Rand * `ZAL` - South African Rand (financial) * `KRH` - South Korean Hwan (1953–1962) * `KRW` - South Korean Won * `KRO` - South Korean Won (1945–1953) * `SSP` - South Sudanese Pound * `SUR` - Soviet Rouble * `ESP` - Spanish Peseta * `ESA` - Spanish Peseta (A account) * `ESB` - Spanish Peseta (convertible account) * `XDR` - Special Drawing Rights * `LKR` - Sri Lankan Rupee * `SHP` - St.
PayFrequencyEnum * `WEEKLY` - WEEKLY * `BIWEEKLY` - BIWEEKLY * `MONTHLY` - MONTHLY * `QUARTERLY` - QUARTERLY * `SEMIANNUALLY` - SEMIANNUALLY * `ANNUALLY` - ANNUALLY * `THIRTEEN-MONTHLY` - THIRTEEN-MONTHLY * `PRO_RATA` - PRO_RATA * `SEMIMONTHLY` - SEMIMONTHLY.
PayGroupsApiService PayGroupsApi service.
PayPeriodEnum * `HOUR` - HOUR * `DAY` - DAY * `WEEK` - WEEK * `EVERY_TWO_WEEKS` - EVERY_TWO_WEEKS * `SEMIMONTHLY` - SEMIMONTHLY * `MONTH` - MONTH * `QUARTER` - QUARTER * `EVERY_SIX_MONTHS` - EVERY_SIX_MONTHS * `YEAR` - YEAR.
PayrollRunsApiService PayrollRunsApi service.
PolicyTypeEnum * `VACATION` - VACATION * `SICK` - SICK * `PERSONAL` - PERSONAL * `JURY_DUTY` - JURY_DUTY * `VOLUNTEER` - VOLUNTEER * `BEREAVEMENT` - BEREAVEMENT.
ReasonEnum * `GENERAL_CUSTOMER_REQUEST` - GENERAL_CUSTOMER_REQUEST * `GDPR` - GDPR * `OTHER` - OTHER.
RegenerateKeyApiService RegenerateKeyApi service.
RequestFormatEnum * `JSON` - JSON * `XML` - XML * `MULTIPART` - MULTIPART.
RequestTypeEnum * `VACATION` - VACATION * `SICK` - SICK * `PERSONAL` - PERSONAL * `JURY_DUTY` - JURY_DUTY * `VOLUNTEER` - VOLUNTEER * `BEREAVEMENT` - BEREAVEMENT.
ResponseTypeEnum * `JSON` - JSON * `BASE64_GZIP` - BASE64_GZIP.
RunStateEnum * `PAID` - PAID * `DRAFT` - DRAFT * `APPROVED` - APPROVED * `FAILED` - FAILED * `CLOSED` - CLOSED.
RunTypeEnum * `REGULAR` - REGULAR * `OFF_CYCLE` - OFF_CYCLE * `CORRECTION` - CORRECTION * `TERMINATION` - TERMINATION * `SIGN_ON_BONUS` - SIGN_ON_BONUS.
SelectiveSyncApiService SelectiveSyncApi service.
SelectiveSyncConfigurationsUsageEnum * `IN_NEXT_SYNC` - IN_NEXT_SYNC * `IN_LAST_SYNC` - IN_LAST_SYNC.
ServerConfigurations stores multiple ServerConfiguration items.
StateEnum the model 'StateEnum'.
SyncStatusApiService SyncStatusApi service.
SyncStatusStatusEnum * `SYNCING` - SYNCING * `DONE` - DONE * `FAILED` - FAILED * `DISABLED` - DISABLED * `PAUSED` - PAUSED * `PARTIALLY_SYNCED` - PARTIALLY_SYNCED.
TeamsApiService TeamsApi service.
TimeOffApiService TimeOffApi service.
TimeOffBalanceApiService TimeOffBalanceApi service.
TimeOffBalancesApiService TimeOffBalancesApi service.
TimeOffStatusEnum * `REQUESTED` - REQUESTED * `APPROVED` - APPROVED * `DECLINED` - DECLINED * `CANCELLED` - CANCELLED * `DELETED` - DELETED.
TypeEnum the model 'TypeEnum'.
UnitsEnum * `HOURS` - HOURS * `DAYS` - DAYS.
WebhookReceiversApiService WebhookReceiversApi service.