Struct gusto_api::company_bank_accounts_beta::CompanyBankAccountsBeta[][src]

pub struct CompanyBankAccountsBeta { /* fields omitted */ }

Implementations

Get all company bank accounts.

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

This endpoint is in beta and intended for Gusto Embedded Payroll customers. Please apply for early access if you’d like to learn more and use it for production. Note, this endpoint will require you to enter a different agreement with Gusto.

Returns all company bank accounts

Get all company bank accounts.

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

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

This endpoint is in beta and intended for Gusto Embedded Payroll customers. Please apply for early access if you’d like to learn more and use it for production. Note, this endpoint will require you to enter a different agreement with Gusto.

Returns all company bank accounts

Create a company bank account.

This function performs a POST to the /v1/companies/{company_id_or_uuid}/bank_accounts endpoint.

This endpoint is in beta and intended for Gusto Embedded Payroll customers. Please apply for early access if you’d like to learn more and use it for production. Note, this endpoint will require you to enter a different agreement with Gusto.

Create a company bank account. The new bank account will replace an existing bank account as the default company funding method.

Verify a company bank account.

This function performs a PUT to the /v1/companies/{company_id_or_uuid}/bank_accounts/{bank_account_uuid}/verify endpoint.

This endpoint is in beta and intended for Gusto Embedded Payroll customers. Please apply for early access if you’d like to learn more and use it for production. Note, this endpoint will require you to enter a different agreement with Gusto.

Verify a company bank account by confirming the two micro-deposits sent to the bank account. Note that the order of the two deposits specified in request parameters does not matter.

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.