pub struct DirectDebitInstructionDetails3 {
pub mndt_id: String,
pub automtd_drct_dbt_instr_ind: Option<bool>,
pub drct_dbt_trfbl_ind: Option<bool>,
pub cdtr: PartyIdentification272,
pub last_colltn_ccy_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub last_colltn_dt: Option<String>,
pub othr_dtls: Option<Vec<TransferInstruction1>>,
}Fields§
§mndt_id: String§automtd_drct_dbt_instr_ind: Option<bool>§drct_dbt_trfbl_ind: Option<bool>§cdtr: PartyIdentification272§last_colltn_ccy_amt: Option<ActiveOrHistoricCurrencyAndAmount>§last_colltn_dt: Option<String>§othr_dtls: Option<Vec<TransferInstruction1>>Implementations§
Source§impl DirectDebitInstructionDetails3
impl DirectDebitInstructionDetails3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DirectDebitInstructionDetails3
impl RefUnwindSafe for DirectDebitInstructionDetails3
impl Send for DirectDebitInstructionDetails3
impl Sync for DirectDebitInstructionDetails3
impl Unpin for DirectDebitInstructionDetails3
impl UnwindSafe for DirectDebitInstructionDetails3
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