pub struct Compensation5 {
pub amt: ActiveCurrencyAndAmount,
pub dbtr_agt: BranchAndFinancialInstitutionIdentification8,
pub dbtr_agt_acct: Option<CashAccount40>,
pub cdtr_agt: BranchAndFinancialInstitutionIdentification8,
pub cdtr_agt_acct: Option<CashAccount40>,
pub rsn: CompensationReason1Choice,
}Fields§
§amt: ActiveCurrencyAndAmount§dbtr_agt: BranchAndFinancialInstitutionIdentification8§dbtr_agt_acct: Option<CashAccount40>§cdtr_agt: BranchAndFinancialInstitutionIdentification8§cdtr_agt_acct: Option<CashAccount40>§rsn: CompensationReason1ChoiceImplementations§
Source§impl Compensation5
impl Compensation5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Compensation5
impl RefUnwindSafe for Compensation5
impl Send for Compensation5
impl Sync for Compensation5
impl Unpin for Compensation5
impl UnwindSafe for Compensation5
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