Struct gusto_api::types::Location [−][src]
pub struct Location {Show 14 fields
pub active: bool,
pub city: String,
pub company_id: i64,
pub country: String,
pub employee_id: i64,
pub filing_address: bool,
pub id: i64,
pub mailing_address: bool,
pub phone_number: String,
pub state: String,
pub street_1: String,
pub street_2: String,
pub version: String,
pub zip: String,
}Expand description
The representation of an address in Gusto.
Fields
active: boolThe representation of an address in Gusto.
city: StringThe representation of an address in Gusto.
company_id: i64The representation of an address in Gusto.
country: StringThe representation of an address in Gusto.
employee_id: i64The representation of an address in Gusto.
filing_address: boolThe representation of an address in Gusto.
id: i64The representation of an address in Gusto.
mailing_address: boolThe representation of an address in Gusto.
phone_number: StringThe representation of an address in Gusto.
state: StringThe representation of an address in Gusto.
street_1: StringThe representation of an address in Gusto.
street_2: StringThe representation of an address in Gusto.
version: StringThe representation of an address in Gusto.
zip: StringThe representation of an address 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 Location
impl UnwindSafe for Location
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more