Struct stripe::OrderReturn[][src]

pub struct OrderReturn {
    pub id: String,
    pub object: String,
    pub amount: u64,
    pub created: Timestamp,
    pub currency: Currency,
    pub items: List<OrderItem>,
    pub livemode: bool,
    pub order: String,
    pub refund: String,
}

The resource representing a Stripe order return.

For more details see https://stripe.com/docs/api#order_return_object.

Fields

Trait Implementations

impl Debug for OrderReturn
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OrderReturn

impl Sync for OrderReturn