Struct gusto_api::Garnishment [−][src]
pub struct Garnishment {
pub id: u64,
pub version: String,
pub employee_id: u64,
pub active: bool,
pub amount: String,
pub description: String,
pub court_ordered: bool,
pub times: u32,
pub recurring: bool,
pub annual_maximum: String,
pub deduct_as_percentage: String,
}Expand description
A garnishment. FROM: https://docs.gusto.com/v1/garnishments
Fields
id: u64version: Stringemployee_id: u64active: boolamount: Stringdescription: Stringcourt_ordered: booltimes: u32recurring: boolannual_maximum: Stringdeduct_as_percentage: StringTrait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Garnishmentimpl Send for Garnishmentimpl Sync for Garnishmentimpl Unpin for Garnishmentimpl UnwindSafe for GarnishmentBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more