pub struct UpdateSetupIntentPaymentMethodDataEps {
pub bank: Option<UpdateSetupIntentPaymentMethodDataEpsBank>,
}
Expand description
If this is an eps
PaymentMethod, this hash contains details about the EPS payment method.
Fields§
§bank: Option<UpdateSetupIntentPaymentMethodDataEpsBank>
The customer’s bank.
Implementations§
Trait Implementations§
Source§impl Clone for UpdateSetupIntentPaymentMethodDataEps
impl Clone for UpdateSetupIntentPaymentMethodDataEps
Source§fn clone(&self) -> UpdateSetupIntentPaymentMethodDataEps
fn clone(&self) -> UpdateSetupIntentPaymentMethodDataEps
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 UpdateSetupIntentPaymentMethodDataEps
impl RefUnwindSafe for UpdateSetupIntentPaymentMethodDataEps
impl Send for UpdateSetupIntentPaymentMethodDataEps
impl Sync for UpdateSetupIntentPaymentMethodDataEps
impl Unpin for UpdateSetupIntentPaymentMethodDataEps
impl UnwindSafe for UpdateSetupIntentPaymentMethodDataEps
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