Struct plaid_openapi::AssetReportUser 
source · [−]pub struct AssetReportUser {
    pub client_user_id: Option<String>,
    pub first_name: Option<String>,
    pub middle_name: Option<String>,
    pub last_name: Option<String>,
    pub ssn: Option<String>,
    pub phone_number: Option<String>,
    pub email: Option<String>,
}Fields
client_user_id: Option<String>An identifier you determine and submit for the user.
first_name: Option<String>The user’s first name. Required for the Fannie Mae Day 1 Certainty™ program.
middle_name: Option<String>The user’s middle name
last_name: Option<String>The user’s last name. Required for the Fannie Mae Day 1 Certainty™ program.
ssn: Option<String>The user’s Social Security Number. Required for the Fannie Mae Day 1 Certainty™ program.
Format: “ddd-dd-dddd”
phone_number: Option<String>The user’s phone number, in E.164 format: +{countrycode}{number}. For example: “+14151234567”. Phone numbers provided in other formats will be parsed on a best-effort basis.
email: Option<String>The user’s email address.
Trait Implementations
sourceimpl Debug for AssetReportUser
 
impl Debug for AssetReportUser
sourceimpl<'de> Deserialize<'de> for AssetReportUser
 
impl<'de> Deserialize<'de> for AssetReportUser
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for AssetReportUser
 
impl Serialize for AssetReportUser
Auto Trait Implementations
impl RefUnwindSafe for AssetReportUser
impl Send for AssetReportUser
impl Sync for AssetReportUser
impl Unpin for AssetReportUser
impl UnwindSafe for AssetReportUser
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
 
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
 
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
    S: Into<Dispatch>, 
 
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
    S: Into<Dispatch>, 
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
 
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more