pub struct CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions {
pub cartes_bancaires: Option<CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires>,
}
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<CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptionsCartesBancaires>
Cartes Bancaires-specific 3DS fields.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
impl Clone for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
Source§fn clone(
&self,
) -> CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
fn clone( &self, ) -> CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
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 CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
impl RefUnwindSafe for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
impl Send for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
impl Sync for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
impl Unpin for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
impl UnwindSafe for CreatePaymentIntentPaymentMethodOptionsCardThreeDSecureNetworkOptions
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