pub struct CorrectivePaymentInitiation5 {
pub grp_hdr: Option<CorrectiveGroupInformation1>,
pub pmt_inf_id: Option<String>,
pub instr_id: Option<String>,
pub end_to_end_id: Option<String>,
pub uetr: Option<String>,
pub instd_amt: ActiveOrHistoricCurrencyAndAmount,
pub reqd_exctn_dt: Option<DateAndDateTime2Choice>,
pub reqd_colltn_dt: Option<String>,
}Fields§
§grp_hdr: Option<CorrectiveGroupInformation1>§pmt_inf_id: Option<String>§instr_id: Option<String>§end_to_end_id: Option<String>§uetr: Option<String>§instd_amt: ActiveOrHistoricCurrencyAndAmount§reqd_exctn_dt: Option<DateAndDateTime2Choice>§reqd_colltn_dt: Option<String>Implementations§
Source§impl CorrectivePaymentInitiation5
impl CorrectivePaymentInitiation5
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CorrectivePaymentInitiation5
impl RefUnwindSafe for CorrectivePaymentInitiation5
impl Send for CorrectivePaymentInitiation5
impl Sync for CorrectivePaymentInitiation5
impl Unpin for CorrectivePaymentInitiation5
impl UnwindSafe for CorrectivePaymentInitiation5
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