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.
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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for InvoicePaymentMethodOptionsUsBankAccount
impl RefUnwindSafe for InvoicePaymentMethodOptionsUsBankAccount
impl Send for InvoicePaymentMethodOptionsUsBankAccount
impl Sync for InvoicePaymentMethodOptionsUsBankAccount
impl Unpin 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