Struct gusto_api::types::PostEmployeeGarnishmentsRequest [−][src]
pub struct PostEmployeeGarnishmentsRequest {
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,
}Expand description
Fields
active: Option<bool>amount: f64The ID of the employee in Gusto.
annual_maximum: f64court_ordered: Option<bool>Whether the employee is terminated.
deduct_as_percentage: Option<bool>description: StringA unique identifier of the employee in Gusto.
pay_period_maximum: f64recurring: Option<bool>times: i64Trait 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 Send for PostEmployeeGarnishmentsRequest
impl Sync for PostEmployeeGarnishmentsRequest
impl Unpin for PostEmployeeGarnishmentsRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more