Struct google_books1::VolumeSaleInfoOffersListPrice[][src]

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

Offer list (=undiscounted) 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 VolumeSaleInfoOffersListPrice
[src]

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

impl Clone for VolumeSaleInfoOffersListPrice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VolumeSaleInfoOffersListPrice
[src]

Formats the value using the given formatter. Read more

impl NestedType for VolumeSaleInfoOffersListPrice
[src]

impl Part for VolumeSaleInfoOffersListPrice
[src]

Auto Trait Implementations