pub struct IntraBalanceCancellation8 {
pub csh_acct: Option<CashAccount40>,
pub csh_acct_ownr: Option<SystemPartyIdentification8>,
pub csh_acct_svcr: Option<BranchAndFinancialInstitutionIdentification8>,
pub prcg_sts: Option<ProcessingStatus69Choice>,
pub req_ref: String,
pub sts_dt: Option<String>,
pub tx_id: Option<References14>,
pub undrlyg_intra_bal: Option<IntraBalance5>,
}Fields§
§csh_acct: Option<CashAccount40>§csh_acct_ownr: Option<SystemPartyIdentification8>§csh_acct_svcr: Option<BranchAndFinancialInstitutionIdentification8>§prcg_sts: Option<ProcessingStatus69Choice>§req_ref: String§sts_dt: Option<String>§tx_id: Option<References14>§undrlyg_intra_bal: Option<IntraBalance5>Implementations§
Source§impl IntraBalanceCancellation8
impl IntraBalanceCancellation8
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for IntraBalanceCancellation8
impl RefUnwindSafe for IntraBalanceCancellation8
impl Send for IntraBalanceCancellation8
impl Sync for IntraBalanceCancellation8
impl Unpin for IntraBalanceCancellation8
impl UnwindSafe for IntraBalanceCancellation8
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