Struct gusto_api::types::PutCompanyPayrollsRequestEmployeeCompensationsFixed [−][src]
pub struct PutCompanyPayrollsRequestEmployeeCompensationsFixed {
pub amount: String,
pub job_id: i64,
pub name: String,
}Expand description
An array of fixed compensations for the employee. Fixed compensations include tips, bonuses, and one time reimbursements.
Fields
amount: StringAn array of fixed compensations for the employee. Fixed compensations include tips, bonuses, and one time reimbursements.
job_id: i64An array of fixed compensations for the employee. Fixed compensations include tips, bonuses, and one time reimbursements.
name: StringAn array of fixed compensations for the employee. Fixed compensations include tips, bonuses, and one time reimbursements.
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
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more