Struct baimax::ast::ParsedTransactionDetail [] [src]

pub struct ParsedTransactionDetail<'a> {
    pub type_code: u16,
    pub amount: Option<i64>,
    pub funds_type: Option<ParsedFundsType>,
    pub bank_ref_num: Option<&'a str>,
    pub customer_ref_num: Option<&'a str>,
    pub text: Option<Vec<&'a str>>,
}

Fields

Trait Implementations

impl<'a> Debug for ParsedTransactionDetail<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for ParsedTransactionDetail<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more