pub struct OriginalTransactionReference281 {Show 22 fields
pub intr_bk_sttlm_amt: Option<CBPRAmount1>,
pub amt: Option<AmountType4Choice1>,
pub intr_bk_sttlm_dt: Option<String>,
pub reqd_colltn_dt: Option<String>,
pub reqd_exctn_dt: Option<DateAndDateTime2Choice1>,
pub cdtr_schme_id: Option<PartyIdentification1354>,
pub sttlm_inf: Option<SettlementInstruction72>,
pub pmt_tp_inf: Option<PaymentTypeInformation271>,
pub pmt_mtd: Option<PaymentMethod4Code>,
pub mndt_rltd_inf: Option<MandateRelatedInformation141>,
pub rmt_inf: Option<RemittanceInformation161>,
pub ultmt_dbtr: Option<Party40Choice1>,
pub dbtr: Option<Party40Choice4>,
pub dbtr_acct: Option<CashAccount381>,
pub dbtr_agt: Option<BranchAndFinancialInstitutionIdentification67>,
pub dbtr_agt_acct: Option<CashAccount381>,
pub cdtr_agt: Option<BranchAndFinancialInstitutionIdentification63>,
pub cdtr_agt_acct: Option<CashAccount381>,
pub cdtr: Option<Party40Choice5>,
pub cdtr_acct: Option<CashAccount381>,
pub ultmt_cdtr: Option<Party40Choice1>,
pub purp: Option<Purpose2Choice1>,
}Fields§
§intr_bk_sttlm_amt: Option<CBPRAmount1>§amt: Option<AmountType4Choice1>§intr_bk_sttlm_dt: Option<String>§reqd_colltn_dt: Option<String>§reqd_exctn_dt: Option<DateAndDateTime2Choice1>§cdtr_schme_id: Option<PartyIdentification1354>§sttlm_inf: Option<SettlementInstruction72>§pmt_tp_inf: Option<PaymentTypeInformation271>§pmt_mtd: Option<PaymentMethod4Code>§mndt_rltd_inf: Option<MandateRelatedInformation141>§rmt_inf: Option<RemittanceInformation161>§ultmt_dbtr: Option<Party40Choice1>§dbtr: Option<Party40Choice4>§dbtr_acct: Option<CashAccount381>§dbtr_agt: Option<BranchAndFinancialInstitutionIdentification67>§dbtr_agt_acct: Option<CashAccount381>§cdtr_agt: Option<BranchAndFinancialInstitutionIdentification63>§cdtr_agt_acct: Option<CashAccount381>§cdtr: Option<Party40Choice5>§cdtr_acct: Option<CashAccount381>§ultmt_cdtr: Option<Party40Choice1>§purp: Option<Purpose2Choice1>Trait Implementations§
Source§impl Clone for OriginalTransactionReference281
impl Clone for OriginalTransactionReference281
Source§fn clone(&self) -> OriginalTransactionReference281
fn clone(&self) -> OriginalTransactionReference281
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for OriginalTransactionReference281
impl Default for OriginalTransactionReference281
Source§fn default() -> OriginalTransactionReference281
fn default() -> OriginalTransactionReference281
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OriginalTransactionReference281
impl<'de> Deserialize<'de> for OriginalTransactionReference281
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OriginalTransactionReference281
impl PartialEq for OriginalTransactionReference281
Source§fn eq(&self, other: &OriginalTransactionReference281) -> bool
fn eq(&self, other: &OriginalTransactionReference281) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Validate for OriginalTransactionReference281
impl Validate for OriginalTransactionReference281
Source§fn validate(
&self,
path: &str,
config: &ParserConfig,
collector: &mut ErrorCollector,
)
fn validate( &self, path: &str, config: &ParserConfig, collector: &mut ErrorCollector, )
Validate the instance and collect errors with path information
impl StructuralPartialEq for OriginalTransactionReference281
Auto Trait Implementations§
impl Freeze for OriginalTransactionReference281
impl RefUnwindSafe for OriginalTransactionReference281
impl Send for OriginalTransactionReference281
impl Sync for OriginalTransactionReference281
impl Unpin for OriginalTransactionReference281
impl UnwindSafe for OriginalTransactionReference281
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more