Struct plaid::api::product::info::InfoAddress
[−]
[src]
pub struct InfoAddress {
pub primary: bool,
pub address: Address,
}Representation of an address entry returned by info.
Fields
primary | Whether or not this is the user's primary address |
address | The underlying address |