pub struct ChargesRecord8 {
pub amt: ActiveOrHistoricCurrencyAndAmount,
pub cdt_dbt_ind: Option<CreditDebitCode>,
pub chrg_incl_ind: Option<bool>,
pub tp: Option<ChargeType3Choice>,
pub rate: Option<f64>,
pub br: Option<ChargeBearerType1Code>,
pub agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub tax: Option<TaxCharges2>,
}Fields§
§amt: ActiveOrHistoricCurrencyAndAmount§cdt_dbt_ind: Option<CreditDebitCode>§chrg_incl_ind: Option<bool>§tp: Option<ChargeType3Choice>§rate: Option<f64>§br: Option<ChargeBearerType1Code>§agt: Option<BranchAndFinancialInstitutionIdentification8>§tax: Option<TaxCharges2>Implementations§
Source§impl ChargesRecord8
impl ChargesRecord8
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ChargesRecord8
impl RefUnwindSafe for ChargesRecord8
impl Send for ChargesRecord8
impl Sync for ChargesRecord8
impl Unpin for ChargesRecord8
impl UnwindSafe for ChargesRecord8
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