Struct google_books1::VolumeSaleInfoOffers [] [src]

pub struct VolumeSaleInfoOffers {
    pub rental_duration: Option<VolumeSaleInfoOffersRentalDuration>,
    pub retail_price: Option<VolumeSaleInfoOffersRetailPrice>,
    pub giftable: Option<bool>,
    pub list_price: Option<VolumeSaleInfoOffersListPrice>,
    pub finsky_offer_type: Option<i32>,
}

Offers available for this volume (sales and rentals).

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

Fields

The rental duration (for rental offers only).

Offer retail (=discounted) price in Micros

Indicates whether the offer is giftable.

Offer list (=undiscounted) price in Micros.

The finsky offer type (e.g., PURCHASE=0 RENTAL=3)

Trait Implementations

impl Default for VolumeSaleInfoOffers
[src]

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

impl Clone for VolumeSaleInfoOffers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VolumeSaleInfoOffers
[src]

Formats the value using the given formatter.

impl NestedType for VolumeSaleInfoOffers
[src]

impl Part for VolumeSaleInfoOffers
[src]