pub struct DebitAuthorisationConfirmation2 {
pub dbt_authstn: bool,
pub amt_to_dbt: Option<ActiveCurrencyAndAmount>,
pub val_dt_to_dbt: Option<String>,
pub rsn: Option<String>,
}Fields§
§dbt_authstn: bool§amt_to_dbt: Option<ActiveCurrencyAndAmount>§val_dt_to_dbt: Option<String>§rsn: Option<String>Implementations§
Source§impl DebitAuthorisationConfirmation2
impl DebitAuthorisationConfirmation2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for DebitAuthorisationConfirmation2
impl RefUnwindSafe for DebitAuthorisationConfirmation2
impl Send for DebitAuthorisationConfirmation2
impl Sync for DebitAuthorisationConfirmation2
impl Unpin for DebitAuthorisationConfirmation2
impl UnwindSafe for DebitAuthorisationConfirmation2
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