Struct gusto_api::types::CompanyBenefit [−][src]
pub struct CompanyBenefit {
pub active: bool,
pub benefit_id: f64,
pub company_id: f64,
pub description: String,
pub id: f64,
pub responsible_for_employee_w_2: bool,
pub responsible_for_employer_taxes: bool,
pub supports_percentage_amounts: bool,
pub version: String,
}Expand description
The representation of a company benefit.
Fields
active: boolThe representation of a company benefit.
benefit_id: f64The representation of a company benefit.
company_id: f64The representation of a company benefit.
description: StringThe representation of a company benefit.
id: f64The representation of a company benefit.
responsible_for_employee_w_2: boolThe representation of a company benefit.
responsible_for_employer_taxes: boolThe representation of a company benefit.
supports_percentage_amounts: boolThe representation of a company benefit.
version: StringThe representation of a company benefit.
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
Auto Trait Implementations
impl RefUnwindSafe for CompanyBenefit
impl Send for CompanyBenefit
impl Sync for CompanyBenefit
impl Unpin for CompanyBenefit
impl UnwindSafe for CompanyBenefit
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more