Struct google_content2_sandbox::OrderCustomer[][src]

pub struct OrderCustomer {
    pub explicit_marketing_preference: Option<bool>,
    pub full_name: Option<String>,
    pub email: Option<String>,
    pub marketing_rights_info: Option<OrderCustomerMarketingRightsInfo>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

Deprecated. Please use marketingRightsInfo instead.

Full name of the customer.

Deprecated.

Customer's marketing preferences.

Trait Implementations

impl Default for OrderCustomer
[src]

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

impl Clone for OrderCustomer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrderCustomer
[src]

Formats the value using the given formatter. Read more

impl Part for OrderCustomer
[src]

Auto Trait Implementations