pub struct DebtorActivation5 {Show 14 fields
pub dbtr_actvtn_id: Option<String>,
pub disp_nm: Option<String>,
pub ultmt_dbtr: Option<RTPPartyIdentification2>,
pub dbtr: RTPPartyIdentification2,
pub dbtr_sol_prvdr: RTPPartyIdentification2,
pub cstmr_id: Option<Vec<Party53Choice>>,
pub ctrct_frmt_tp: Option<Vec<DocumentFormat2Choice>>,
pub ctrct_ref: Option<Vec<ContractReference1>>,
pub cdtr: RTPPartyIdentification2,
pub ultmt_cdtr: Option<RTPPartyIdentification2>,
pub actvtn_req_dlvry_pty: Option<RTPPartyIdentification2>,
pub start_dt: Option<DateAndDateTime2Choice>,
pub end_dt: Option<DateAndDateTime2Choice>,
pub ddctd_actvtn_cd: Option<String>,
}Fields§
§dbtr_actvtn_id: Option<String>§disp_nm: Option<String>§ultmt_dbtr: Option<RTPPartyIdentification2>§dbtr: RTPPartyIdentification2§dbtr_sol_prvdr: RTPPartyIdentification2§cstmr_id: Option<Vec<Party53Choice>>§ctrct_frmt_tp: Option<Vec<DocumentFormat2Choice>>§ctrct_ref: Option<Vec<ContractReference1>>§cdtr: RTPPartyIdentification2§ultmt_cdtr: Option<RTPPartyIdentification2>§actvtn_req_dlvry_pty: Option<RTPPartyIdentification2>§start_dt: Option<DateAndDateTime2Choice>§end_dt: Option<DateAndDateTime2Choice>§ddctd_actvtn_cd: Option<String>Implementations§
Source§impl DebtorActivation5
impl DebtorActivation5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DebtorActivation5
impl RefUnwindSafe for DebtorActivation5
impl Send for DebtorActivation5
impl Sync for DebtorActivation5
impl Unpin for DebtorActivation5
impl UnwindSafe for DebtorActivation5
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