Struct google_books1::VolumeSaleInfoListPrice [] [src]

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

Suggested retail price. (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 VolumeSaleInfoListPrice
[src]

[src]

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

impl Clone for VolumeSaleInfoListPrice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VolumeSaleInfoListPrice
[src]

[src]

Formats the value using the given formatter.

impl NestedType for VolumeSaleInfoListPrice
[src]

impl Part for VolumeSaleInfoListPrice
[src]