Struct google_gan1_beta1::EventProducts [] [src]

pub struct EventProducts {
    pub network_fee: Option<Money>,
    pub sku: Option<String>,
    pub category_name: Option<String>,
    pub sku_name: Option<String>,
    pub publisher_fee: Option<Money>,
    pub earnings: Option<Money>,
    pub unit_price: Option<Money>,
    pub category_id: Option<String>,
    pub quantity: Option<String>,
}

Products associated with the event.

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

Fields

Fee that the advertiser paid to the Google Affiliate Network for this product.

Sku of this product.

Name of the category this product belongs to.

Sku name of this product.

Fee that the advertiser paid to the publisehr for this product.

Amount earned by the publisher on this product.

Price per unit of this product.

Id of the category this product belongs to.

Quantity of this product bought/exchanged.

Trait Implementations

impl Debug for EventProducts
[src]

Formats the value using the given formatter.

impl Clone for EventProducts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for EventProducts
[src]

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

impl NestedType for EventProducts
[src]

impl Part for EventProducts
[src]