Type Alias Field62A

Source
pub type Field62A = GenericBalanceField;
Expand description

Type alias for Field 62A - Closing Balance (Intermediate)

Aliased Type§

pub struct Field62A {
    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