Struct plaid::api::product::info::InfoInternalData [] [src]

pub struct InfoInternalData {
    pub emails: Vec<Email>,
    pub addresses: Vec<InfoAddress>,
    pub phone_numbers: Vec<PhoneNumber>,
}

Represents the actual info data from an info response.

Fields

emails

Emails associated with the user.

addresses

Addresses associated with the user.

phone_numbers

Phone numbers associated with the user.

Trait Implementations

Derived Implementations

impl Decodable for InfoInternalData

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<InfoInternalData, __D::Error>

impl Debug for InfoInternalData

fn fmt(&self, __arg_0: &mut Formatter) -> Result