pub struct AccountSepaDebitPaymentsSettings {
pub creditor_id: Option<String>,
}
Fields§
§creditor_id: Option<String>
SEPA creditor identifier that identifies the company making the payment.
Trait Implementations§
Source§impl Clone for AccountSepaDebitPaymentsSettings
impl Clone for AccountSepaDebitPaymentsSettings
Source§fn clone(&self) -> AccountSepaDebitPaymentsSettings
fn clone(&self) -> AccountSepaDebitPaymentsSettings
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 moreAuto Trait Implementations§
impl Freeze for AccountSepaDebitPaymentsSettings
impl RefUnwindSafe for AccountSepaDebitPaymentsSettings
impl Send for AccountSepaDebitPaymentsSettings
impl Sync for AccountSepaDebitPaymentsSettings
impl Unpin for AccountSepaDebitPaymentsSettings
impl UnwindSafe for AccountSepaDebitPaymentsSettings
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