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