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>
Trait Implementations§
Source§impl Clone for BatchInformation2
impl Clone for BatchInformation2
Source§fn clone(&self) -> BatchInformation2
fn clone(&self) -> BatchInformation2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BatchInformation2
impl Debug for BatchInformation2
Source§impl Default for BatchInformation2
impl Default for BatchInformation2
Source§fn default() -> BatchInformation2
fn default() -> BatchInformation2
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BatchInformation2
impl<'de> Deserialize<'de> for BatchInformation2
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BatchInformation2
impl PartialEq for BatchInformation2
Source§impl Serialize for BatchInformation2
impl Serialize for BatchInformation2
impl StructuralPartialEq for BatchInformation2
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