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

Trait Implementations

impl Decodable for InfoAddress

fn decode<D: Decoder>(d: &mut D) -> Result<InfoAddress, D::Error>

Derived Implementations

impl Debug for InfoAddress

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