[−][src]Struct stripe::SourceOrder
Fields
amount: i64
A positive integer in the smallest currency unit (that is, 100 cents for $1.00, or 1 for ¥1, Japanese Yen being a zero-decimal currency) representing the total amount for the order.
currency: Currency
Three-letter ISO currency code, in lowercase.
Must be a supported currency.
email: Option<String>
The email address of the customer placing the order.
items: Option<Vec<SourceOrderItem>>
List of items constituting the order.
shipping: Option<Shipping>
Trait Implementations
impl Clone for SourceOrder
[src][+]
impl Debug for SourceOrder
[src][+]
impl<'de> Deserialize<'de> for SourceOrder
[src][+]
impl Serialize for SourceOrder
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for SourceOrder
impl Send for SourceOrder
impl Sync for SourceOrder
impl Unpin for SourceOrder
impl UnwindSafe for SourceOrder
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,