Struct google_content2_sandbox::TestOrderCustomer [] [src]

pub struct TestOrderCustomer {
    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 checkout flow. Optional.

Full name of the customer.

Email address of the customer.

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.

impl Part for TestOrderCustomer
[src]