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