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