pub struct ConfirmSetupIntentPaymentMethodDataSepaDebit {
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 ConfirmSetupIntentPaymentMethodDataSepaDebit
impl Clone for ConfirmSetupIntentPaymentMethodDataSepaDebit
Source§fn clone(&self) -> ConfirmSetupIntentPaymentMethodDataSepaDebit
fn clone(&self) -> ConfirmSetupIntentPaymentMethodDataSepaDebit
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 ConfirmSetupIntentPaymentMethodDataSepaDebit
impl RefUnwindSafe for ConfirmSetupIntentPaymentMethodDataSepaDebit
impl Send for ConfirmSetupIntentPaymentMethodDataSepaDebit
impl Sync for ConfirmSetupIntentPaymentMethodDataSepaDebit
impl Unpin for ConfirmSetupIntentPaymentMethodDataSepaDebit
impl UnwindSafe for ConfirmSetupIntentPaymentMethodDataSepaDebit
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