[−][src]Struct stripe::PersonRelationship
Fields
account_opener: Option<bool>
Whether the person opened the account.
This person provides information about themselves, and general information about the account.
director: Option<bool>
Whether the person is a director of the account's legal entity.
Currently only required for accounts in the EU. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.
executive: Option<bool>
Whether the person has significant responsibility to control, manage, or direct the organization.
owner: Option<bool>
Whether the person is an owner of the account’s legal entity.
percent_ownership: Option<f64>
The percent owned by the person of the account's legal entity.
title: Option<String>
The person's title (e.g., CEO, Support Engineer).
Trait Implementations
impl Clone for PersonRelationship
[src][+]
impl Debug for PersonRelationship
[src][+]
impl<'de> Deserialize<'de> for PersonRelationship
[src][+]
impl Serialize for PersonRelationship
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for PersonRelationship
impl Send for PersonRelationship
impl Sync for PersonRelationship
impl Unpin for PersonRelationship
impl UnwindSafe for PersonRelationship
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>,