pub struct UpdateSetupIntentPaymentMethodDataSepaDebit {
pub iban: String,
}
Expand description
If this is a sepa_debit
PaymentMethod, this hash contains details about the SEPA debit bank account.
Fields§
§iban: String
IBAN of the bank account.
Implementations§
Trait Implementations§
Source§impl Clone for UpdateSetupIntentPaymentMethodDataSepaDebit
impl Clone for UpdateSetupIntentPaymentMethodDataSepaDebit
Source§fn clone(&self) -> UpdateSetupIntentPaymentMethodDataSepaDebit
fn clone(&self) -> UpdateSetupIntentPaymentMethodDataSepaDebit
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 UpdateSetupIntentPaymentMethodDataSepaDebit
impl RefUnwindSafe for UpdateSetupIntentPaymentMethodDataSepaDebit
impl Send for UpdateSetupIntentPaymentMethodDataSepaDebit
impl Sync for UpdateSetupIntentPaymentMethodDataSepaDebit
impl Unpin for UpdateSetupIntentPaymentMethodDataSepaDebit
impl UnwindSafe for UpdateSetupIntentPaymentMethodDataSepaDebit
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