pub struct CreatePaymentMethodConfigurationUsBankAccount {
pub display_preference: Option<CreatePaymentMethodConfigurationUsBankAccountDisplayPreference>,
}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<CreatePaymentMethodConfigurationUsBankAccountDisplayPreference>Whether or not the payment method should be displayed.
Implementations§
Trait Implementations§
Source§impl Clone for CreatePaymentMethodConfigurationUsBankAccount
impl Clone for CreatePaymentMethodConfigurationUsBankAccount
Source§fn clone(&self) -> CreatePaymentMethodConfigurationUsBankAccount
fn clone(&self) -> CreatePaymentMethodConfigurationUsBankAccount
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 CreatePaymentMethodConfigurationUsBankAccount
impl PartialEq for CreatePaymentMethodConfigurationUsBankAccount
Source§fn eq(&self, other: &CreatePaymentMethodConfigurationUsBankAccount) -> bool
fn eq(&self, other: &CreatePaymentMethodConfigurationUsBankAccount) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CreatePaymentMethodConfigurationUsBankAccount
impl StructuralPartialEq for CreatePaymentMethodConfigurationUsBankAccount
Auto Trait Implementations§
impl Freeze for CreatePaymentMethodConfigurationUsBankAccount
impl RefUnwindSafe for CreatePaymentMethodConfigurationUsBankAccount
impl Send for CreatePaymentMethodConfigurationUsBankAccount
impl Sync for CreatePaymentMethodConfigurationUsBankAccount
impl Unpin for CreatePaymentMethodConfigurationUsBankAccount
impl UnsafeUnpin for CreatePaymentMethodConfigurationUsBankAccount
impl UnwindSafe for CreatePaymentMethodConfigurationUsBankAccount
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