Struct plaid::api::data::transaction::Meta [] [src]

pub struct Meta {
    pub location: Address,
}

Represents meta data associated with the transaction

Fields

location

The location in which the transaction most likely occured.

Trait Implementations

Derived Implementations

impl Debug for Meta

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

impl Decodable for Meta

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