Struct libstripe::OrderParam [] [src]

pub struct OrderParam<'a> {
    pub currency: Option<Currency>,
    pub coupon: Option<&'a str>,
    pub customer: Option<&'a str>,
    pub email: Option<&'a str>,
    pub items: Option<OrderItem>,
    pub metadata: Option<HashMap<String, String>>,
    pub shipping: Option<ShippingDetails>,
}

Fields

Trait Implementations

impl<'a> Default for OrderParam<'a>
[src]

[src]

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

impl<'a> Debug for OrderParam<'a>
[src]

[src]

Formats the value using the given formatter.