Struct google_content2::LoyaltyPoints[][src]

pub struct LoyaltyPoints {
    pub ratio: Option<f64>,
    pub name: Option<String>,
    pub points_value: Option<String>,
}

There is no detailed description.

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

Fields

The ratio of a point when converted to currency. Google assumes currency based on Merchant Center settings. If ratio is left out, it defaults to 1.0.

Name of loyalty points program. It is recommended to limit the name to 12 full-width characters or 24 Roman characters.

The retailer's loyalty points in absolute value.

Trait Implementations

impl Default for LoyaltyPoints
[src]

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

impl Clone for LoyaltyPoints
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LoyaltyPoints
[src]

Formats the value using the given formatter. Read more

impl Part for LoyaltyPoints
[src]

Auto Trait Implementations