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