pub struct ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions {
pub cartes_bancaires: Option<ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires>,
}Expand description
Network specific 3DS fields. Network specific arguments require an explicit card brand choice. The parameter `payment_method_options.card.network`` must be populated accordingly
Fields§
§cartes_bancaires: Option<ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires>Cartes Bancaires-specific 3DS fields.
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
impl Clone for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
Source§fn clone(
&self,
) -> ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
fn clone( &self, ) -> ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
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 ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
impl RefUnwindSafe for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
impl Send for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
impl Sync for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
impl Unpin for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
impl UnwindSafe for ConfirmPaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
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