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