pub struct InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFilters {
pub account_subcategories: Option<Vec<InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFiltersAccountSubcategories>>,
}
Fields§
§account_subcategories: Option<Vec<InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFiltersAccountSubcategories>>
The account subcategories to use to filter for possible accounts to link.
Valid subcategories are checking
and savings
.
Trait Implementations§
Source§impl Clone for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFilters
impl Clone for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFilters
Source§fn clone(
&self,
) -> InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFilters
fn clone( &self, ) -> InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFilters
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 InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFilters
impl FromValueOpt for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFilters
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFilters
impl RefUnwindSafe for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFilters
impl Send for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFilters
impl Sync for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFilters
impl Unpin for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFilters
impl UnwindSafe for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsFilters
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