pub struct InvoicePaymentMethodOptionsUsBankAccount {
pub financial_connections: Option<InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions>,
pub verification_method: Option<InvoicePaymentMethodOptionsUsBankAccountVerificationMethod>,
}Fields§
§financial_connections: Option<InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions>§verification_method: Option<InvoicePaymentMethodOptionsUsBankAccountVerificationMethod>Bank account verification method. The default value is automatic.
Trait Implementations§
Source§impl Clone for InvoicePaymentMethodOptionsUsBankAccount
impl Clone for InvoicePaymentMethodOptionsUsBankAccount
Source§fn clone(&self) -> InvoicePaymentMethodOptionsUsBankAccount
fn clone(&self) -> InvoicePaymentMethodOptionsUsBankAccount
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl FromValueOpt for InvoicePaymentMethodOptionsUsBankAccount
impl FromValueOpt for InvoicePaymentMethodOptionsUsBankAccount
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for InvoicePaymentMethodOptionsUsBankAccount
impl PartialEq for InvoicePaymentMethodOptionsUsBankAccount
Source§fn eq(&self, other: &InvoicePaymentMethodOptionsUsBankAccount) -> bool
fn eq(&self, other: &InvoicePaymentMethodOptionsUsBankAccount) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for InvoicePaymentMethodOptionsUsBankAccount
impl StructuralPartialEq for InvoicePaymentMethodOptionsUsBankAccount
Auto Trait Implementations§
impl Freeze for InvoicePaymentMethodOptionsUsBankAccount
impl RefUnwindSafe for InvoicePaymentMethodOptionsUsBankAccount
impl Send for InvoicePaymentMethodOptionsUsBankAccount
impl Sync for InvoicePaymentMethodOptionsUsBankAccount
impl Unpin for InvoicePaymentMethodOptionsUsBankAccount
impl UnsafeUnpin for InvoicePaymentMethodOptionsUsBankAccount
impl UnwindSafe for InvoicePaymentMethodOptionsUsBankAccount
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