pub struct UpdatePaymentMethodConfigurationUsBankAccount {
pub display_preference: Option<UpdatePaymentMethodConfigurationUsBankAccountDisplayPreference>,
}Expand description
Stripe users in the United States can accept ACH direct debit payments from customers with a US bank account using the Automated Clearing House (ACH) payments system operated by Nacha. Check this page for more details.
Fields§
§display_preference: Option<UpdatePaymentMethodConfigurationUsBankAccountDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodConfigurationUsBankAccount
impl Clone for UpdatePaymentMethodConfigurationUsBankAccount
Source§fn clone(&self) -> UpdatePaymentMethodConfigurationUsBankAccount
fn clone(&self) -> UpdatePaymentMethodConfigurationUsBankAccount
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 UpdatePaymentMethodConfigurationUsBankAccount
impl PartialEq for UpdatePaymentMethodConfigurationUsBankAccount
Source§fn eq(&self, other: &UpdatePaymentMethodConfigurationUsBankAccount) -> bool
fn eq(&self, other: &UpdatePaymentMethodConfigurationUsBankAccount) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodConfigurationUsBankAccount
impl StructuralPartialEq for UpdatePaymentMethodConfigurationUsBankAccount
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodConfigurationUsBankAccount
impl RefUnwindSafe for UpdatePaymentMethodConfigurationUsBankAccount
impl Send for UpdatePaymentMethodConfigurationUsBankAccount
impl Sync for UpdatePaymentMethodConfigurationUsBankAccount
impl Unpin for UpdatePaymentMethodConfigurationUsBankAccount
impl UnsafeUnpin for UpdatePaymentMethodConfigurationUsBankAccount
impl UnwindSafe for UpdatePaymentMethodConfigurationUsBankAccount
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