pub struct UpdatePaymentMethodUsBankAccount {
pub account_holder_type: Option<UpdatePaymentMethodUsBankAccountAccountHolderType>,
pub account_type: Option<UpdatePaymentMethodUsBankAccountAccountType>,
}Expand description
If this is an us_bank_account PaymentMethod, this hash contains details about the US bank account payment method.
Fields§
§account_holder_type: Option<UpdatePaymentMethodUsBankAccountAccountHolderType>Bank account holder type.
account_type: Option<UpdatePaymentMethodUsBankAccountAccountType>Bank account type.
Implementations§
Trait Implementations§
Source§impl Clone for UpdatePaymentMethodUsBankAccount
impl Clone for UpdatePaymentMethodUsBankAccount
Source§fn clone(&self) -> UpdatePaymentMethodUsBankAccount
fn clone(&self) -> UpdatePaymentMethodUsBankAccount
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 UpdatePaymentMethodUsBankAccount
impl PartialEq for UpdatePaymentMethodUsBankAccount
Source§fn eq(&self, other: &UpdatePaymentMethodUsBankAccount) -> bool
fn eq(&self, other: &UpdatePaymentMethodUsBankAccount) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdatePaymentMethodUsBankAccount
impl StructuralPartialEq for UpdatePaymentMethodUsBankAccount
Auto Trait Implementations§
impl Freeze for UpdatePaymentMethodUsBankAccount
impl RefUnwindSafe for UpdatePaymentMethodUsBankAccount
impl Send for UpdatePaymentMethodUsBankAccount
impl Sync for UpdatePaymentMethodUsBankAccount
impl Unpin for UpdatePaymentMethodUsBankAccount
impl UnsafeUnpin for UpdatePaymentMethodUsBankAccount
impl UnwindSafe for UpdatePaymentMethodUsBankAccount
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