pub struct InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions {
pub filters: Option<InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFilters>,
pub permissions: Option<Vec<InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions>>,
pub prefetch: Option<Vec<InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPrefetch>>,
}
Fields§
§filters: Option<InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFilters>
§permissions: Option<Vec<InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions>>
The list of permissions to request. The payment_method
permission must be included.
prefetch: Option<Vec<InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPrefetch>>
Data features requested to be retrieved upon account creation.
Trait Implementations§
Source§impl Clone for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions
impl Clone for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions
Source§fn clone(&self) -> InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions
fn clone(&self) -> InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions
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 FromValueOpt for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions
impl FromValueOpt for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions
impl RefUnwindSafe for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions
impl Send for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions
impl Sync for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions
impl Unpin for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions
impl UnwindSafe for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptions
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