[][src]Struct ebay::sell::inventory::offer::Offer

pub struct Offer {
    pub offer_id: String,
    pub sku: String,
    pub marketplace_id: String,
    pub format: String,
    pub available_quantity: i64,
    pub category_id: String,
    pub listing: ListingDetails,
    pub listing_description: String,
    pub listing_policies: ListingPolicies,
    pub pricing_summary: PricingSummary,
    pub quantity_limit_per_buyer: i64,
    pub status: String,
}

Fields

offer_id: Stringsku: Stringmarketplace_id: Stringformat: Stringavailable_quantity: i64category_id: Stringlisting: ListingDetailslisting_description: Stringlisting_policies: ListingPoliciespricing_summary: PricingSummaryquantity_limit_per_buyer: i64status: String

Trait Implementations

impl Debug for Offer[src]

impl Serialize for Offer[src]

impl<'de> Deserialize<'de> for Offer[src]

Auto Trait Implementations

impl Send for Offer

impl Sync for Offer

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T