pub struct Cheque18 {
pub instr_id: Option<String>,
pub orgnl_instr_id: Option<String>,
pub chq_nb: String,
pub isse_dt: String,
pub stl_dt: Option<String>,
pub amt: ActiveCurrencyAndAmount,
pub fctv_dt: Option<DateAndDateTime2Choice>,
pub drwr_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub drwr_agt_acct: Option<CashAccount40>,
pub pyee: Option<PartyIdentification272>,
pub pyee_acct: Option<CashAccount40>,
pub chq_cxl_or_stop_sts: ChequeCancellationStatus1,
}Fields§
§instr_id: Option<String>§orgnl_instr_id: Option<String>§chq_nb: String§isse_dt: String§stl_dt: Option<String>§amt: ActiveCurrencyAndAmount§fctv_dt: Option<DateAndDateTime2Choice>§drwr_agt: Option<BranchAndFinancialInstitutionIdentification8>§drwr_agt_acct: Option<CashAccount40>§pyee: Option<PartyIdentification272>§pyee_acct: Option<CashAccount40>§chq_cxl_or_stop_sts: ChequeCancellationStatus1Implementations§
Auto Trait Implementations§
impl Freeze for Cheque18
impl RefUnwindSafe for Cheque18
impl Send for Cheque18
impl Sync for Cheque18
impl Unpin for Cheque18
impl UnwindSafe for Cheque18
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