pub struct PaymentTransaction156 {
pub rvsl_id: Option<String>,
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 rvsd_instd_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub chrg_br: Option<ChargeBearerType1Code>,
pub rvsl_rsn_inf: Option<Vec<PaymentReversalReason10>>,
pub orgnl_tx_ref: Option<OriginalTransactionReference42>,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§rvsl_id: Option<String>§orgnl_instr_id: Option<String>§orgnl_end_to_end_id: Option<String>§orgnl_uetr: Option<String>§orgnl_instd_amt: Option<ActiveOrHistoricCurrencyAndAmount>§rvsd_instd_amt: Option<ActiveOrHistoricCurrencyAndAmount>§chrg_br: Option<ChargeBearerType1Code>§rvsl_rsn_inf: Option<Vec<PaymentReversalReason10>>§orgnl_tx_ref: Option<OriginalTransactionReference42>§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl PaymentTransaction156
impl PaymentTransaction156
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PaymentTransaction156
impl RefUnwindSafe for PaymentTransaction156
impl Send for PaymentTransaction156
impl Sync for PaymentTransaction156
impl Unpin for PaymentTransaction156
impl UnwindSafe for PaymentTransaction156
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