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