[][src]Struct libstripe::resources::orders::order::OrderItem

pub struct OrderItem {
    pub object: Option<Object>,
    pub amount: Option<i64>,
    pub currency: Option<Currency>,
    pub description: Option<String>,
    pub parent: Option<Expandable<OrderItemParent>>,
    pub quantity: Option<i64>,
    pub item_type: Option<ItemType>,
}

Fields

object: Option<Object>amount: Option<i64>currency: Option<Currency>description: Option<String>parent: Option<Expandable<OrderItemParent>>quantity: Option<i64>item_type: Option<ItemType>

Trait Implementations

impl PartialEq<OrderItem> for OrderItem[src]

impl Debug for OrderItem[src]

impl Serialize for OrderItem[src]

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

Auto Trait Implementations

impl Send for OrderItem

impl Sync for OrderItem

Blanket Implementations

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

impl<T> From<T> for 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

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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