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