pub struct CreditorInvoice5 {
pub ltd_presntmnt_ind: Option<bool>,
pub cstmr_id_tp: Option<CustomerTypeRequest2>,
pub ctrct_frmt_tp: Option<Vec<DocumentFormat2Choice>>,
pub ctrct_ref_tp: Option<Vec<DocumentType1Choice>>,
pub cdtr_instr: Option<String>,
pub actvtn_req_dlvry_pty: Option<RTPPartyIdentification2>,
}Fields§
§ltd_presntmnt_ind: Option<bool>§cstmr_id_tp: Option<CustomerTypeRequest2>§ctrct_frmt_tp: Option<Vec<DocumentFormat2Choice>>§ctrct_ref_tp: Option<Vec<DocumentType1Choice>>§cdtr_instr: Option<String>§actvtn_req_dlvry_pty: Option<RTPPartyIdentification2>Implementations§
Source§impl CreditorInvoice5
impl CreditorInvoice5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CreditorInvoice5
impl RefUnwindSafe for CreditorInvoice5
impl Send for CreditorInvoice5
impl Sync for CreditorInvoice5
impl Unpin for CreditorInvoice5
impl UnwindSafe for CreditorInvoice5
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