pub struct BatchInformation2 {
pub msg_id: Option<String>,
pub pmt_inf_id: Option<String>,
pub nb_of_txs: Option<String>,
pub ttl_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub cdt_dbt_ind: Option<CreditDebitCode>,
}Fields§
§msg_id: Option<String>§pmt_inf_id: Option<String>§nb_of_txs: Option<String>§ttl_amt: Option<ActiveOrHistoricCurrencyAndAmount>§cdt_dbt_ind: Option<CreditDebitCode>Implementations§
Source§impl BatchInformation2
impl BatchInformation2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for BatchInformation2
impl RefUnwindSafe for BatchInformation2
impl Send for BatchInformation2
impl Sync for BatchInformation2
impl Unpin for BatchInformation2
impl UnwindSafe for BatchInformation2
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