Struct gusto_api::types::GetCompanyReversalsResponse [−][src]
pub struct GetCompanyReversalsResponse {
pub approved_at: String,
pub category: String,
pub reason: String,
pub reversal_payroll_id: i64,
pub reversed_employee_ids: Vec<i64>,
pub reversed_payroll_id: i64,
}Fields
approved_at: StringTimestamp of when the reversal was approved.
category: StringCategory chosen by the admin who requested the reversal.
reason: StringA reason provided by the admin who created the reversal.
reversal_payroll_id: i64The payroll where the reversal was applied.
reversed_employee_ids: Vec<i64>Array of employee ids affected.
reversed_payroll_id: i64The payroll run being reversed.
Trait Implementations
Returns the “default value” for a type. Read more
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 GetCompanyReversalsResponse
impl Send for GetCompanyReversalsResponse
impl Sync for GetCompanyReversalsResponse
impl Unpin for GetCompanyReversalsResponse
impl UnwindSafe for GetCompanyReversalsResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more