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]

[src]

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

impl Clone for VolumeSaleInfoOffersRetailPrice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VolumeSaleInfoOffersRetailPrice
[src]

[src]

Formats the value using the given formatter.

impl NestedType for VolumeSaleInfoOffersRetailPrice
[src]

impl Part for VolumeSaleInfoOffersRetailPrice
[src]