pub struct CompareOtherPayment1 {
pub othr_pmt_tp: Option<CompareOtherPaymentType1>,
pub othr_pmt_amt: Option<CompareAmountAndDirection3>,
pub othr_pmt_dt: Option<CompareDate3>,
pub othr_pmt_pyer: Option<CompareOrganisationIdentification7>,
pub othr_pmt_rcvr: Option<CompareOrganisationIdentification7>,
}Fields§
§othr_pmt_tp: Option<CompareOtherPaymentType1>§othr_pmt_amt: Option<CompareAmountAndDirection3>§othr_pmt_dt: Option<CompareDate3>§othr_pmt_pyer: Option<CompareOrganisationIdentification7>§othr_pmt_rcvr: Option<CompareOrganisationIdentification7>Implementations§
Source§impl CompareOtherPayment1
impl CompareOtherPayment1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CompareOtherPayment1
impl RefUnwindSafe for CompareOtherPayment1
impl Send for CompareOtherPayment1
impl Sync for CompareOtherPayment1
impl Unpin for CompareOtherPayment1
impl UnwindSafe for CompareOtherPayment1
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