Struct gusto_api::pay_schedules::PaySchedules[][src]

pub struct PaySchedules { /* fields omitted */ }

Implementations

Get the pay schedules for a company.

This function performs a GET to the /v1/companies/{company_id}/pay_schedules endpoint.

The pay schedule object in Gusto captures the details of when employees work and when they should be paid. A company can have multiple pay schedules.

Get the pay schedules for a company.

This function performs a GET to the /v1/companies/{company_id}/pay_schedules endpoint.

As opposed to get_company_pay_schedules, this function returns all the pages of the request at once.

The pay schedule object in Gusto captures the details of when employees work and when they should be paid. A company can have multiple pay schedules.

Get a pay schedule.

This function performs a GET to the /v1/companies/{company_id_or_uuid}/pay_schedules/{pay_schedule_id_or_uuid} endpoint.

The pay schedule object in Gusto captures the details of when employees work and when they should be paid. A company can have multiple pay schedules.

Update a pay schedule.

This function performs a PUT to the /v1/companies/{company_id_or_uuid}/pay_schedules/{pay_schedule_id_or_uuid} endpoint.

Updates a pay schedule.

This endpoint is in beta. Please contact developer-gws@gusto.com if you’d like to have more information and use it for production. Note, this may require you to enter a different agreement with Gusto

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.