pub struct ConfirmSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions {
pub collection_method: Option<ConfirmSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod>,
}Expand description
Additional fields for Mandate creation
Fields§
§collection_method: Option<ConfirmSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod>The method used to collect offline mandate customer acceptance.
Implementations§
Trait Implementations§
Source§impl Clone for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
impl Clone for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
Source§fn clone(
&self,
) -> ConfirmSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
fn clone( &self, ) -> ConfirmSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
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 moreimpl Copy for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
Auto Trait Implementations§
impl Freeze for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
impl RefUnwindSafe for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
impl Send for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
impl Sync for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
impl Unpin for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
impl UnwindSafe for ConfirmSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
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