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