Struct gusto_api::types::Contractor [−][src]
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
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 RefUnwindSafe for Contractor
impl Send for Contractor
impl Sync for Contractor
impl Unpin for Contractor
impl UnwindSafe for Contractor
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more