Struct google_content2::OrderCustomer [−][src]
pub struct OrderCustomer {
pub explicit_marketing_preference: Option<bool>,
pub full_name: Option<String>,
pub email: Option<String>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
explicit_marketing_preference: Option<bool>
If set, this indicates the user explicitly chose to opt in or out of providing marketing rights to the merchant. If unset, this indicates the user has already made this choice in a previous purchase, and was thus not shown the marketing right opt in/out checkbox during the checkout flow.
full_name: Option<String>
Full name of the customer.
email: Option<String>
Email address of the customer.
Trait Implementations
impl Default for OrderCustomer[src]
impl Default for OrderCustomerfn default() -> OrderCustomer[src]
fn default() -> OrderCustomerReturns the "default value" for a type. Read more
impl Clone for OrderCustomer[src]
impl Clone for OrderCustomerfn clone(&self) -> OrderCustomer[src]
fn clone(&self) -> OrderCustomerReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for OrderCustomer[src]
impl Debug for OrderCustomerfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for OrderCustomer[src]
impl Part for OrderCustomerAuto Trait Implementations
impl Send for OrderCustomer
impl Send for OrderCustomerimpl Sync for OrderCustomer
impl Sync for OrderCustomer