pub struct OriginalPaymentInformation10 {
pub refs: TransactionReferences8,
pub pmt_tp_inf: Option<PaymentTypeInformation26>,
pub amt: Option<AmountType3Choice>,
pub xchg_rate_inf: Option<ExchangeRate1>,
pub reqd_exctn_dt: Option<DateAndDateTime2Choice>,
pub reqd_colltn_dt: Option<String>,
pub dbtr: Option<PartyIdentification272>,
pub dbtr_acct: Option<CashAccount40>,
pub dbtr_agt: Option<BranchAndFinancialInstitutionIdentification8>,
pub cdtr: Option<PartyIdentification272>,
pub cdtr_acct: Option<CashAccount40>,
pub cdtr_agt: Option<BranchAndFinancialInstitutionIdentification8>,
}Fields§
§refs: TransactionReferences8§pmt_tp_inf: Option<PaymentTypeInformation26>§amt: Option<AmountType3Choice>§xchg_rate_inf: Option<ExchangeRate1>§reqd_exctn_dt: Option<DateAndDateTime2Choice>§reqd_colltn_dt: Option<String>§dbtr: Option<PartyIdentification272>§dbtr_acct: Option<CashAccount40>§dbtr_agt: Option<BranchAndFinancialInstitutionIdentification8>§cdtr: Option<PartyIdentification272>§cdtr_acct: Option<CashAccount40>§cdtr_agt: Option<BranchAndFinancialInstitutionIdentification8>Implementations§
Source§impl OriginalPaymentInformation10
impl OriginalPaymentInformation10
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OriginalPaymentInformation10
impl RefUnwindSafe for OriginalPaymentInformation10
impl Send for OriginalPaymentInformation10
impl Sync for OriginalPaymentInformation10
impl Unpin for OriginalPaymentInformation10
impl UnwindSafe for OriginalPaymentInformation10
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