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