[−][src]Struct stripe::SourceOwner
Fields
address: Option<Address>
Owner's address.
email: Option<String>
Owner's email address.
name: Option<String>
Owner's full name.
phone: Option<String>
Owner's phone number (including extension).
verified_address: Option<Address>
Verified owner's address.
Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.
verified_email: Option<String>
Verified owner's email address.
Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.
verified_name: Option<String>
Verified owner's full name.
Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.
verified_phone: Option<String>
Verified owner's phone number (including extension).
Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.
Trait Implementations
impl Clone for SourceOwner
[src][+]
impl Debug for SourceOwner
[src][+]
impl<'de> Deserialize<'de> for SourceOwner
[src][+]
impl Serialize for SourceOwner
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for SourceOwner
impl Send for SourceOwner
impl Sync for SourceOwner
impl Unpin for SourceOwner
impl UnwindSafe for SourceOwner
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>,