pub struct PaymentTransaction154 {
pub cxl_id: Option<String>,
pub case: Option<Case6>,
pub orgnl_instr_id: Option<String>,
pub orgnl_end_to_end_id: Option<String>,
pub orgnl_uetr: Option<String>,
pub orgnl_instd_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub orgnl_reqd_exctn_dt: Option<DateAndDateTime2Choice>,
pub orgnl_reqd_colltn_dt: Option<String>,
pub cxl_rsn_inf: Option<Vec<PaymentCancellationReason6>>,
pub orgnl_tx_ref: Option<OriginalTransactionReference42>,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§cxl_id: Option<String>§case: Option<Case6>§orgnl_instr_id: Option<String>§orgnl_end_to_end_id: Option<String>§orgnl_uetr: Option<String>§orgnl_instd_amt: Option<ActiveOrHistoricCurrencyAndAmount>§orgnl_reqd_exctn_dt: Option<DateAndDateTime2Choice>§orgnl_reqd_colltn_dt: Option<String>§cxl_rsn_inf: Option<Vec<PaymentCancellationReason6>>§orgnl_tx_ref: Option<OriginalTransactionReference42>§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl PaymentTransaction154
impl PaymentTransaction154
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentTransaction154
impl RefUnwindSafe for PaymentTransaction154
impl Send for PaymentTransaction154
impl Sync for PaymentTransaction154
impl Unpin for PaymentTransaction154
impl UnwindSafe for PaymentTransaction154
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