pub struct TransactionAndDocumentIdentification6 {
pub tx_id: String,
pub doc_id: Option<String>,
pub cre_dt_tm: Option<DateAndDateTime2Choice>,
pub cpy_dplct: Option<CopyDuplicate1Code>,
pub msg_orgtr: Option<PartyIdentification136>,
pub msg_rcpt: Option<PartyIdentification136>,
}Fields§
§tx_id: String§doc_id: Option<String>§cre_dt_tm: Option<DateAndDateTime2Choice>§cpy_dplct: Option<CopyDuplicate1Code>§msg_orgtr: Option<PartyIdentification136>§msg_rcpt: Option<PartyIdentification136>Implementations§
Source§impl TransactionAndDocumentIdentification6
impl TransactionAndDocumentIdentification6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransactionAndDocumentIdentification6
impl RefUnwindSafe for TransactionAndDocumentIdentification6
impl Send for TransactionAndDocumentIdentification6
impl Sync for TransactionAndDocumentIdentification6
impl Unpin for TransactionAndDocumentIdentification6
impl UnwindSafe for TransactionAndDocumentIdentification6
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