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