pub struct DirectDebit {
pub mandate: Option<String>,
pub creditor_id: Option<Identifier>,
pub debited_account: Option<Identifier>,
}Expand description
BG-19 direct debit. BT-89 mandate, BT-90 creditor id, BT-91 debited account.
Fields§
§mandate: Option<String>§creditor_id: Option<Identifier>§debited_account: Option<Identifier>Trait Implementations§
Source§impl Clone for DirectDebit
impl Clone for DirectDebit
Source§fn clone(&self) -> DirectDebit
fn clone(&self) -> DirectDebit
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DirectDebit
impl Debug for DirectDebit
impl Eq for DirectDebit
Source§impl PartialEq for DirectDebit
impl PartialEq for DirectDebit
impl StructuralPartialEq for DirectDebit
Auto Trait Implementations§
impl Freeze for DirectDebit
impl RefUnwindSafe for DirectDebit
impl Send for DirectDebit
impl Sync for DirectDebit
impl Unpin for DirectDebit
impl UnsafeUnpin for DirectDebit
impl UnwindSafe for DirectDebit
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