pub struct CreditorInvoice6 {
pub ltd_presntmnt_ind: 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: RTPPartyIdentification2,
}Fields§
§ltd_presntmnt_ind: 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: RTPPartyIdentification2Implementations§
Source§impl CreditorInvoice6
impl CreditorInvoice6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CreditorInvoice6
impl RefUnwindSafe for CreditorInvoice6
impl Send for CreditorInvoice6
impl Sync for CreditorInvoice6
impl Unpin for CreditorInvoice6
impl UnwindSafe for CreditorInvoice6
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