pub struct DirectDebitTransaction12 {
pub mndt_rltd_inf: Option<MandateRelatedInformation16>,
pub cdtr_schme_id: Option<PartyIdentification272>,
pub pre_ntfctn_id: Option<String>,
pub pre_ntfctn_dt: Option<String>,
}Fields§
§mndt_rltd_inf: Option<MandateRelatedInformation16>§cdtr_schme_id: Option<PartyIdentification272>§pre_ntfctn_id: Option<String>§pre_ntfctn_dt: Option<String>Implementations§
Source§impl DirectDebitTransaction12
impl DirectDebitTransaction12
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DirectDebitTransaction12
impl RefUnwindSafe for DirectDebitTransaction12
impl Send for DirectDebitTransaction12
impl Sync for DirectDebitTransaction12
impl Unpin for DirectDebitTransaction12
impl UnwindSafe for DirectDebitTransaction12
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