pub struct StatementResolutionEntry5 {
pub orgnl_grp_inf: Option<OriginalGroupInformation29>,
pub orgnl_stmt_id: Option<String>,
pub uetr: Option<String>,
pub acct_svcr_ref: Option<String>,
pub crrctd_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub chrgs: Option<Vec<Charges15>>,
pub purp: Option<Purpose2Choice>,
}Fields§
§orgnl_grp_inf: Option<OriginalGroupInformation29>§orgnl_stmt_id: Option<String>§uetr: Option<String>§acct_svcr_ref: Option<String>§crrctd_amt: Option<ActiveOrHistoricCurrencyAndAmount>§chrgs: Option<Vec<Charges15>>§purp: Option<Purpose2Choice>Implementations§
Source§impl StatementResolutionEntry5
impl StatementResolutionEntry5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for StatementResolutionEntry5
impl RefUnwindSafe for StatementResolutionEntry5
impl Send for StatementResolutionEntry5
impl Sync for StatementResolutionEntry5
impl Unpin for StatementResolutionEntry5
impl UnwindSafe for StatementResolutionEntry5
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