pub struct UpdatePaymentMethodConfigurationMultibanco {
pub display_preference: Option<UpdatePaymentMethodConfigurationMultibancoDisplayPreference>,
}Expand description
Stripe users in Europe and the United States can accept Multibanco payments from customers in Portugal using Sources—a single integration path for creating payments using any supported method.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationMultibancoDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationMultibanco
impl Clone for UpdatePaymentMethodConfigurationMultibanco
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationMultibanco
fn clone(&self) -> UpdatePaymentMethodConfigurationMultibanco
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 moreSource§impl PartialEq for UpdatePaymentMethodConfigurationMultibanco
impl PartialEq for UpdatePaymentMethodConfigurationMultibanco
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationMultibanco) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationMultibanco) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationMultibanco
impl StructuralPartialEq for UpdatePaymentMethodConfigurationMultibanco
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationMultibanco
impl RefUnwindSafe for UpdatePaymentMethodConfigurationMultibanco
impl Send for UpdatePaymentMethodConfigurationMultibanco
impl Sync for UpdatePaymentMethodConfigurationMultibanco
impl Unpin for UpdatePaymentMethodConfigurationMultibanco
impl UnsafeUnpin for UpdatePaymentMethodConfigurationMultibanco
impl UnwindSafe for UpdatePaymentMethodConfigurationMultibanco
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