Struct mailchimp_api::types::ECommerceCartCustomer
source · pub struct ECommerceCartCustomer {
pub address: Option<Address>,
pub company: String,
pub first_name: String,
pub last_name: String,
pub opt_in_status: bool,
}Expand description
Information about a specific customer. Orders for existing customers should include only the id parameter in the customer object body.
Fields
address: Option<Address>Information about a specific customer. Orders for existing customers should include only the id parameter in the customer object body.
company: StringInformation about a specific customer. Orders for existing customers should include only the id parameter in the customer object body.
first_name: StringInformation about a specific customer. Orders for existing customers should include only the id parameter in the customer object body.
last_name: StringInformation about a specific customer. Orders for existing customers should include only the id parameter in the customer object body.
opt_in_status: boolInformation about a specific customer. Orders for existing customers should include only the id parameter in the customer object body.
Trait Implementations
sourceimpl Clone for ECommerceCartCustomer
impl Clone for ECommerceCartCustomer
sourcefn clone(&self) -> ECommerceCartCustomer
fn clone(&self) -> ECommerceCartCustomer
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresourceimpl Debug for ECommerceCartCustomer
impl Debug for ECommerceCartCustomer
sourceimpl<'de> Deserialize<'de> for ECommerceCartCustomer
impl<'de> Deserialize<'de> for ECommerceCartCustomer
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 ECommerceCartCustomer
impl JsonSchema for ECommerceCartCustomer
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