pub struct AccountInterest4 {
pub tp: Option<InterestType1Choice>,
pub rate: Option<Vec<Rate4>>,
pub fr_to_dt: Option<DateTimePeriod1>,
pub rsn: Option<String>,
pub tax: Option<TaxCharges2>,
}Fields§
§tp: Option<InterestType1Choice>§rate: Option<Vec<Rate4>>§fr_to_dt: Option<DateTimePeriod1>§rsn: Option<String>§tax: Option<TaxCharges2>Implementations§
Source§impl AccountInterest4
impl AccountInterest4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountInterest4
impl RefUnwindSafe for AccountInterest4
impl Send for AccountInterest4
impl Sync for AccountInterest4
impl Unpin for AccountInterest4
impl UnwindSafe for AccountInterest4
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