Struct google_partners2::OfferCustomer [] [src]

pub struct OfferCustomer {
    pub name: Option<String>,
    pub country_code: Option<String>,
    pub spend_x_amount: Option<String>,
    pub adwords_url: Option<String>,
    pub creation_time: Option<String>,
    pub external_cid: Option<String>,
    pub eligibility_days_left: Option<i32>,
    pub get_y_amount: Option<String>,
    pub offer_type: Option<String>,
}

Customers qualified for an offer.

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

Fields

Name of the customer.

Country code of the customer.

Formatted Spend X amount with currency code.

URL to the customer's AdWords page.

Time the customer was created.

External CID for the customer.

Days the customer is still eligible.

Formatted Get Y amount with currency code.

Type of the offer

Trait Implementations

impl Default for OfferCustomer
[src]

[src]

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

impl Clone for OfferCustomer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OfferCustomer
[src]

[src]

Formats the value using the given formatter.

impl Part for OfferCustomer
[src]