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