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