Struct gusto_api::types::PostCompanyContractorsRequest [−][src]
pub struct PostCompanyContractorsRequest {
pub business_name: String,
pub ein: String,
pub email: String,
pub first_name: String,
pub last_name: String,
pub middle_initial: String,
pub self_onboarding: Option<bool>,
pub start_date: Option<NaiveDate>,
pub type_: Type,
pub wage_type: WageType,
}Expand description
Fields
business_name: Stringein: Stringemail: Stringfirst_name: Stringlast_name: Stringmiddle_initial: Stringself_onboarding: Option<bool>start_date: Option<NaiveDate>type_: TypeThe contractor’s type, either “Individual” or “Business”.
wage_type: WageTypeThe contractor’s wage type, either “Fixed” or “Hourly”.
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
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 PostCompanyContractorsRequest
impl Sync for PostCompanyContractorsRequest
impl Unpin for PostCompanyContractorsRequest
impl UnwindSafe for PostCompanyContractorsRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more