Enum plaid::api::data::transaction::Context [] [src]

pub enum Context {
    Place,
    Digital,
    Special,
    Unresolved,
}

The context in which a transaction took place

Variants

Place

A phyical place

Digital

An online transaction

Special

Usually banking transactions

Unresolved

Could not be determined

Trait Implementations

impl Decodable for Context

fn decode<D: Decoder>(decoder: &mut D) -> Result<Context, D::Error>

Derived Implementations

impl Debug for Context

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