pub struct OriginalPaymentInstruction48 {
pub orgnl_pmt_inf_cxl_id: Option<String>,
pub rslvd_case: Option<Case6>,
pub orgnl_pmt_inf_id: String,
pub orgnl_grp_inf: Option<OriginalGroupInformation29>,
pub orgnl_nb_of_txs: Option<String>,
pub orgnl_ctrl_sum: Option<f64>,
pub pmt_inf_cxl_sts: Option<GroupCancellationStatus1Code>,
pub cxl_sts_rsn_inf: Option<Vec<CancellationStatusReason5>>,
pub nb_of_txs_per_cxl_sts: Option<Vec<NumberOfCancellationsPerStatus1>>,
pub tx_inf_and_sts: Option<Vec<PaymentTransaction153>>,
}Fields§
§orgnl_pmt_inf_cxl_id: Option<String>§rslvd_case: Option<Case6>§orgnl_pmt_inf_id: String§orgnl_grp_inf: Option<OriginalGroupInformation29>§orgnl_nb_of_txs: Option<String>§orgnl_ctrl_sum: Option<f64>§pmt_inf_cxl_sts: Option<GroupCancellationStatus1Code>§cxl_sts_rsn_inf: Option<Vec<CancellationStatusReason5>>§nb_of_txs_per_cxl_sts: Option<Vec<NumberOfCancellationsPerStatus1>>§tx_inf_and_sts: Option<Vec<PaymentTransaction153>>Implementations§
Source§impl OriginalPaymentInstruction48
impl OriginalPaymentInstruction48
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OriginalPaymentInstruction48
impl RefUnwindSafe for OriginalPaymentInstruction48
impl Send for OriginalPaymentInstruction48
impl Sync for OriginalPaymentInstruction48
impl Unpin for OriginalPaymentInstruction48
impl UnwindSafe for OriginalPaymentInstruction48
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