Struct gusto_api::types::PutGarnishmentRequest [−][src]
pub struct PutGarnishmentRequest {
pub active: Option<bool>,
pub amount: f64,
pub annual_maximum: f64,
pub court_ordered: Option<bool>,
pub deduct_as_percentage: Option<bool>,
pub description: String,
pub pay_period_maximum: f64,
pub recurring: Option<bool>,
pub times: i64,
pub version: String,
}Fields
active: Option<bool>Whether the employee is terminated.
amount: f64The ID of the employee in Gusto.
annual_maximum: f64The ID of the employee in Gusto.
court_ordered: Option<bool>Whether the employee is terminated.
deduct_as_percentage: Option<bool>Whether the employee is terminated.
description: StringA unique identifier of the employee in Gusto.
pay_period_maximum: f64The ID of the employee in Gusto.
recurring: Option<bool>Whether the employee is terminated.
times: i64The unique identifier of the location in Gusto.
version: StringA unique identifier of the employee in Gusto.
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 PutGarnishmentRequest
impl Send for PutGarnishmentRequest
impl Sync for PutGarnishmentRequest
impl Unpin for PutGarnishmentRequest
impl UnwindSafe for PutGarnishmentRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more