Struct gusto_api::types::Contractor
source · pub struct Contractor {Show 14 fields
pub address: Option<Address>,
pub business_name: String,
pub company_id: f64,
pub ein: String,
pub email: String,
pub first_name: String,
pub hourly_rate: String,
pub id: f64,
pub is_active: bool,
pub last_name: String,
pub middle_initial: String,
pub type_: Option<Type>,
pub version: String,
pub wage_type: Option<WageType>,
}Expand description
The representation of a contractor (individual or business) in Gusto.
Fields
address: Option<Address>The representation of a contractor (individual or business) in Gusto.
business_name: StringThe representation of a contractor (individual or business) in Gusto.
company_id: f64The representation of a contractor (individual or business) in Gusto.
ein: StringThe representation of a contractor (individual or business) in Gusto.
email: StringThe representation of a contractor (individual or business) in Gusto.
first_name: StringThe representation of a contractor (individual or business) in Gusto.
hourly_rate: StringThe representation of a contractor (individual or business) in Gusto.
id: f64The representation of a contractor (individual or business) in Gusto.
is_active: boolThe representation of a contractor (individual or business) in Gusto.
last_name: StringThe representation of a contractor (individual or business) in Gusto.
middle_initial: StringThe representation of a contractor (individual or business) in Gusto.
type_: Option<Type>The representation of a contractor (individual or business) in Gusto.
version: StringThe representation of a contractor (individual or business) in Gusto.
wage_type: Option<WageType>The representation of a contractor (individual or business) in Gusto.
Trait Implementations
sourceimpl Clone for Contractor
impl Clone for Contractor
sourcefn clone(&self) -> Contractor
fn clone(&self) -> Contractor
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresourceimpl Debug for Contractor
impl Debug for Contractor
sourceimpl<'de> Deserialize<'de> for Contractor
impl<'de> Deserialize<'de> for Contractor
sourcefn 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>,
sourceimpl JsonSchema for Contractor
impl JsonSchema for Contractor
sourcefn schema_name() -> String
fn schema_name() -> String
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
$ref keyword. Read more