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