Type Alias Field64

Source
pub type Field64 = GenericBalanceField;
Expand description

Type alias for Field 64 - Closing Available Balance

Aliased Type§

pub struct Field64 {
    pub indicator: String,
    pub date: NaiveDate,
    pub currency: String,
    pub amount: f64,
}

Fields§

§indicator: String

Debit/Credit indicator (D, C, RD, RC)

§date: NaiveDate

Date (YYMMDD format)

§currency: String

Currency code (ISO 4217)

§amount: f64

Amount value