pub struct InterestRecord2 {
pub amt: ActiveOrHistoricCurrencyAndAmount,
pub cdt_dbt_ind: CreditDebitCode,
pub tp: Option<InterestType1Choice>,
pub rate: Option<Rate4>,
pub fr_to_dt: Option<DateTimePeriod1>,
pub rsn: Option<String>,
pub tax: Option<TaxCharges2>,
}Fields§
§amt: ActiveOrHistoricCurrencyAndAmount§cdt_dbt_ind: CreditDebitCode§tp: Option<InterestType1Choice>§rate: Option<Rate4>§fr_to_dt: Option<DateTimePeriod1>§rsn: Option<String>§tax: Option<TaxCharges2>Implementations§
Source§impl InterestRecord2
impl InterestRecord2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InterestRecord2
impl RefUnwindSafe for InterestRecord2
impl Send for InterestRecord2
impl Sync for InterestRecord2
impl Unpin for InterestRecord2
impl UnwindSafe for InterestRecord2
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more