pub struct Cheque17 {Show 13 fields
pub instr_id: Option<String>,
pub chq_nb: String,
pub isse_dt: String,
pub stl_dt: Option<String>,
pub amt: ActiveCurrencyAndAmount,
pub val_dt: Option<DateAndDateTime2Choice>,
pub pyer: Option<PartyIdentification272>,
pub pyer_acct: Option<CashAccount40>,
pub drwr_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub drwr_agt_acct: Option<CashAccount40>,
pub pyee: PartyIdentification272,
pub pyee_acct: Option<CashAccount40>,
pub instr_for_chq_agt: Option<Vec<InstructionForChequeAgent1>>,
}Fields§
§instr_id: Option<String>§chq_nb: String§isse_dt: String§stl_dt: Option<String>§amt: ActiveCurrencyAndAmount§val_dt: Option<DateAndDateTime2Choice>§pyer: Option<PartyIdentification272>§pyer_acct: Option<CashAccount40>§drwr_agt: Option<BranchAndFinancialInstitutionIdentification8>§drwr_agt_acct: Option<CashAccount40>§pyee: PartyIdentification272§pyee_acct: Option<CashAccount40>§instr_for_chq_agt: Option<Vec<InstructionForChequeAgent1>>Implementations§
Auto Trait Implementations§
impl Freeze for Cheque17
impl RefUnwindSafe for Cheque17
impl Send for Cheque17
impl Sync for Cheque17
impl Unpin for Cheque17
impl UnwindSafe for Cheque17
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