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

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 Purchases on Google checkout flow.

Full name of the customer.

Email address of the customer.

Trait Implementations

impl Debug for OrderCustomer
[src]

Formats the value using the given formatter.

impl Clone for OrderCustomer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for OrderCustomer
[src]

Returns the "default value" for a type. Read more

impl Part for OrderCustomer
[src]