Struct gusto_api::types::PaidTimeOff [−][src]
pub struct PaidTimeOff {
pub accrual_balance: String,
pub accrual_period: String,
pub accrual_rate: String,
pub accrual_unit: String,
pub maximum_accrual_balance: String,
pub name: String,
pub paid_at_termination: bool,
}Expand description
The representation of paid time off in Gusto.
Fields
accrual_balance: StringThe representation of paid time off in Gusto.
accrual_period: StringThe representation of paid time off in Gusto.
accrual_rate: StringThe representation of paid time off in Gusto.
accrual_unit: StringThe representation of paid time off in Gusto.
maximum_accrual_balance: StringThe maximum number of accrual units allowed. A null value signifies no maximum.
name: StringThe representation of paid time off in Gusto.
paid_at_termination: boolThe representation of paid time off 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
Auto Trait Implementations
impl RefUnwindSafe for PaidTimeOff
impl Send for PaidTimeOff
impl Sync for PaidTimeOff
impl Unpin for PaidTimeOff
impl UnwindSafe for PaidTimeOff
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more