Struct zoom_api::types::Contact [−][src]
pub struct Contact {
pub address: String,
pub apt: String,
pub city: String,
pub country: String,
pub email: String,
pub first_name: String,
pub last_name: String,
pub phone_number: String,
pub state: String,
pub zip: String,
}Expand description
Billing Contact object.
Fields
address: StringUser’s first name.
apt: StringBilling Contact object.
city: StringUser’s first name.
country: StringUser’s first name.
email: StringUser’s first name.
first_name: StringUser’s first name.
last_name: StringUser’s first name.
phone_number: StringUser’s first name.
state: StringUser’s first name.
zip: StringUser’s first name.
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 Contact
impl UnwindSafe for Contact
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more