pub struct StandingOrder10 {
pub amt: Option<Amount2Choice>,
pub cdtr: Option<BranchAndFinancialInstitutionIdentification8>,
pub cdtr_acct: Option<CashAccount40>,
pub dbtr: Option<BranchAndFinancialInstitutionIdentification8>,
pub dbtr_acct: Option<CashAccount40>,
pub exctn_tp: Option<ExecutionType1Choice>,
pub frqcy: Option<Frequency2Code>,
pub vldty_prd: Option<DatePeriod2Choice>,
pub zero_sweep_ind: Option<bool>,
}Fields§
§amt: Option<Amount2Choice>§cdtr: Option<BranchAndFinancialInstitutionIdentification8>§cdtr_acct: Option<CashAccount40>§dbtr: Option<BranchAndFinancialInstitutionIdentification8>§dbtr_acct: Option<CashAccount40>§exctn_tp: Option<ExecutionType1Choice>§frqcy: Option<Frequency2Code>§vldty_prd: Option<DatePeriod2Choice>§zero_sweep_ind: Option<bool>Implementations§
Source§impl StandingOrder10
impl StandingOrder10
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for StandingOrder10
impl RefUnwindSafe for StandingOrder10
impl Send for StandingOrder10
impl Sync for StandingOrder10
impl Unpin for StandingOrder10
impl UnwindSafe for StandingOrder10
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