pub struct NetObligation2 {
pub oblgtn_id: String,
pub amt: ActiveCurrencyAndAmount,
pub ptcpt_netg_id: NettingIdentification2Choice,
pub oblgtn_drctn: PaymentReceipt1Code,
pub ctr_pty_netg_id: NettingIdentification2Choice,
pub net_svc_ctr_pty_id: Option<PartyIdentification242Choice>,
pub ctr_pty_sttlm_instrs: Option<SettlementParties120>,
pub txs_nb: Option<String>,
}Fields§
§oblgtn_id: String§amt: ActiveCurrencyAndAmount§ptcpt_netg_id: NettingIdentification2Choice§oblgtn_drctn: PaymentReceipt1Code§ctr_pty_netg_id: NettingIdentification2Choice§net_svc_ctr_pty_id: Option<PartyIdentification242Choice>§ctr_pty_sttlm_instrs: Option<SettlementParties120>§txs_nb: Option<String>Implementations§
Source§impl NetObligation2
impl NetObligation2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for NetObligation2
impl RefUnwindSafe for NetObligation2
impl Send for NetObligation2
impl Sync for NetObligation2
impl Unpin for NetObligation2
impl UnwindSafe for NetObligation2
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