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