Struct google_content2_sandbox::TestOrderCustomer[][src]

pub struct TestOrderCustomer {
    pub explicit_marketing_preference: Option<bool>,
    pub full_name: Option<String>,
    pub email: Option<String>,
    pub marketing_rights_info: Option<TestOrderCustomerMarketingRightsInfo>,
}

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 TestOrderCustomer
[src]

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

impl Clone for TestOrderCustomer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TestOrderCustomer
[src]

Formats the value using the given formatter. Read more

impl Part for TestOrderCustomer
[src]

Auto Trait Implementations