Struct google_books1::VolumeSaleInfoRetailPrice[][src]

pub struct VolumeSaleInfoRetailPrice {
    pub amount: Option<f64>,
    pub currency_code: Option<String>,
}

The actual selling price of the book. This is the same as the suggested retail or list price unless there are offers or discounts on this volume. (In LITE projection.)

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

Fields

Amount in the currency listed below. (In LITE projection.)

An ISO 4217, three-letter currency code. (In LITE projection.)

Trait Implementations

impl Default for VolumeSaleInfoRetailPrice
[src]

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

impl Clone for VolumeSaleInfoRetailPrice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VolumeSaleInfoRetailPrice
[src]

Formats the value using the given formatter. Read more

impl NestedType for VolumeSaleInfoRetailPrice
[src]

impl Part for VolumeSaleInfoRetailPrice
[src]

Auto Trait Implementations