Struct gusto_api::types::PostCompanyBenefitsRequest [−][src]
pub struct PostCompanyBenefitsRequest {
pub active: Option<bool>,
pub benefit_id: f64,
pub description: String,
pub responsible_for_employee_w_2: Option<bool>,
pub responsible_for_employer_taxes: Option<bool>,
}Expand description
Fields
active: Option<bool>benefit_id: f64The ID of the employee in Gusto.
description: StringA unique identifier of the employee in Gusto.
responsible_for_employee_w_2: Option<bool>responsible_for_employer_taxes: Option<bool>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PostCompanyBenefitsRequest
impl Send for PostCompanyBenefitsRequest
impl Sync for PostCompanyBenefitsRequest
impl Unpin for PostCompanyBenefitsRequest
impl UnwindSafe for PostCompanyBenefitsRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more