pub struct OriginalPaymentInstruction47 {
pub orgnl_pmt_inf_id: String,
pub orgnl_nb_of_txs: Option<String>,
pub orgnl_ctrl_sum: Option<f64>,
pub pmt_inf_sts: Option<String>,
pub sts_rsn_inf: Option<Vec<StatusReasonInformation14>>,
pub nb_of_txs_per_sts: Option<Vec<NumberOfTransactionsPerStatus5>>,
pub tx_inf_and_sts: Option<Vec<PaymentTransaction150>>,
}Fields§
§orgnl_pmt_inf_id: String§orgnl_nb_of_txs: Option<String>§orgnl_ctrl_sum: Option<f64>§pmt_inf_sts: Option<String>§sts_rsn_inf: Option<Vec<StatusReasonInformation14>>§nb_of_txs_per_sts: Option<Vec<NumberOfTransactionsPerStatus5>>§tx_inf_and_sts: Option<Vec<PaymentTransaction150>>Implementations§
Source§impl OriginalPaymentInstruction47
impl OriginalPaymentInstruction47
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OriginalPaymentInstruction47
impl RefUnwindSafe for OriginalPaymentInstruction47
impl Send for OriginalPaymentInstruction47
impl Sync for OriginalPaymentInstruction47
impl Unpin for OriginalPaymentInstruction47
impl UnwindSafe for OriginalPaymentInstruction47
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