pub struct TotalCharges7 {
pub nb_of_chrgs_rcrds: String,
pub ctrl_sum: Option<f64>,
pub ttl_chrgs_amt: Option<ActiveCurrencyAndAmount>,
pub cdt_dbt_ind: Option<CreditDebitCode>,
}Fields§
§nb_of_chrgs_rcrds: String§ctrl_sum: Option<f64>§ttl_chrgs_amt: Option<ActiveCurrencyAndAmount>§cdt_dbt_ind: Option<CreditDebitCode>Implementations§
Source§impl TotalCharges7
impl TotalCharges7
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TotalCharges7
impl RefUnwindSafe for TotalCharges7
impl Send for TotalCharges7
impl Sync for TotalCharges7
impl Unpin for TotalCharges7
impl UnwindSafe for TotalCharges7
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