Struct google_books1::VolumeSaleInfoOffersRetailPrice[][src]

pub struct VolumeSaleInfoOffersRetailPrice {
    pub currency_code: Option<String>,
    pub amount_in_micros: Option<f64>,
}

Offer retail (=discounted) price in Micros

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

Fields

no description provided

no description provided

Trait Implementations

impl Default for VolumeSaleInfoOffersRetailPrice
[src]

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

impl Clone for VolumeSaleInfoOffersRetailPrice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VolumeSaleInfoOffersRetailPrice
[src]

Formats the value using the given formatter. Read more

impl NestedType for VolumeSaleInfoOffersRetailPrice
[src]

impl Part for VolumeSaleInfoOffersRetailPrice
[src]

Auto Trait Implementations