pub struct ShortPaymentIdentification4 {
pub tx_id: Option<String>,
pub uetr: Option<String>,
pub intr_bk_sttlm_dt: String,
pub instg_agt: BranchAndFinancialInstitutionIdentification8,
}Fields§
§tx_id: Option<String>§uetr: Option<String>§intr_bk_sttlm_dt: String§instg_agt: BranchAndFinancialInstitutionIdentification8Implementations§
Source§impl ShortPaymentIdentification4
impl ShortPaymentIdentification4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ShortPaymentIdentification4
impl RefUnwindSafe for ShortPaymentIdentification4
impl Send for ShortPaymentIdentification4
impl Sync for ShortPaymentIdentification4
impl Unpin for ShortPaymentIdentification4
impl UnwindSafe for ShortPaymentIdentification4
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