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. |