Type Alias Field65

Source
pub type Field65 = GenericBalanceField;
Expand description

Type alias for Field 65 - Forward Available Balance

Aliased Type§

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