pub struct OperationMandate7 {
pub id: String,
pub aplbl_chanl: Vec<Channel2Choice>,
pub reqrd_sgntr_nb: String,
pub sgntr_ordr_ind: bool,
pub mndt_hldr: Option<Vec<PartyAndAuthorisation7>>,
pub bk_opr: Vec<BankTransactionCodeStructure4>,
pub start_dt: Option<String>,
pub end_dt: Option<String>,
}Fields§
§id: String§aplbl_chanl: Vec<Channel2Choice>§reqrd_sgntr_nb: String§sgntr_ordr_ind: bool§mndt_hldr: Option<Vec<PartyAndAuthorisation7>>§bk_opr: Vec<BankTransactionCodeStructure4>§start_dt: Option<String>§end_dt: Option<String>Implementations§
Source§impl OperationMandate7
impl OperationMandate7
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OperationMandate7
impl RefUnwindSafe for OperationMandate7
impl Send for OperationMandate7
impl Sync for OperationMandate7
impl Unpin for OperationMandate7
impl UnwindSafe for OperationMandate7
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