Struct gusto_api::types::PostCompanyPayrollsRequest [−][src]
pub struct PostCompanyPayrollsRequest {
pub check_date: String,
pub employee_ids: Vec<i64>,
pub end_date: String,
pub off_cycle: String,
pub off_cycle_reason: Option<OffCycleReason>,
pub start_date: String,
}Fields
check_date: Stringemployee_ids: Vec<i64>end_date: Stringoff_cycle: Stringoff_cycle_reason: Option<OffCycleReason>start_date: StringTrait 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 PostCompanyPayrollsRequest
impl Send for PostCompanyPayrollsRequest
impl Sync for PostCompanyPayrollsRequest
impl Unpin for PostCompanyPayrollsRequest
impl UnwindSafe for PostCompanyPayrollsRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more