Struct libstripe::OrderReturn [] [src]

pub struct OrderReturn {
    pub id: String,
    pub object: String,
    pub amount: i64,
    pub created: i64,
    pub currency: Currency,
    pub items: Vec<OrderItem>,
}

Fields

Trait Implementations

impl Debug for OrderReturn
[src]

[src]

Formats the value using the given formatter.