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