pub struct ReportingRequest7 {
pub id: Option<String>,
pub reqd_msg_nm_id: String,
pub acct: Option<CashAccount40>,
pub acct_ownr: Party50Choice,
pub acct_svcr: Option<BranchAndFinancialInstitutionIdentification8>,
pub rptg_prd: Option<ReportingPeriod5>,
pub rptg_seq: Option<SequenceRange1Choice>,
pub reqd_tx_tp: Option<TransactionType2>,
pub reqd_bal_tp: Option<Vec<BalanceType13>>,
}Fields§
§id: Option<String>§reqd_msg_nm_id: String§acct: Option<CashAccount40>§acct_ownr: Party50Choice§acct_svcr: Option<BranchAndFinancialInstitutionIdentification8>§rptg_prd: Option<ReportingPeriod5>§rptg_seq: Option<SequenceRange1Choice>§reqd_tx_tp: Option<TransactionType2>§reqd_bal_tp: Option<Vec<BalanceType13>>Implementations§
Source§impl ReportingRequest7
impl ReportingRequest7
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReportingRequest7
impl RefUnwindSafe for ReportingRequest7
impl Send for ReportingRequest7
impl Sync for ReportingRequest7
impl Unpin for ReportingRequest7
impl UnwindSafe for ReportingRequest7
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