Struct gusto_api::types::PutContractorsContractorIdRequest [−][src]
pub struct PutContractorsContractorIdRequest {
pub business_name: String,
pub ein: String,
pub first_name: String,
pub hourly_rate: String,
pub last_name: String,
pub middle_initial: String,
pub start_date: String,
pub version: String,
pub wage_type: Option<PutContractorsContractorIdRequestWageType>,
}Expand description
Fields
business_name: StringThe name of the contractor business. This attribute is required for “Business” contractors and will be ignored for “Individual” contractors.
ein: Stringfirst_name: StringThe contractor’s first name. This attribute is required for “Individual” contractors and will be ignored for “Business” contractors.
hourly_rate: Stringlast_name: StringThe contractor’s last name. This attribute is required for “Individual” contractors and will be ignored for “Business” contractors.
middle_initial: Stringstart_date: Stringversion: Stringwage_type: Option<PutContractorsContractorIdRequestWageType>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 Send for PutContractorsContractorIdRequest
impl Sync for PutContractorsContractorIdRequest
impl Unpin for PutContractorsContractorIdRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more