pub struct UpdateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions {
pub collection_method: Option<UpdateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod>,
}
Fields§
§collection_method: Option<UpdateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptionsCollectionMethod>
The method used to collect offline mandate customer acceptance.
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 moreSource§impl Default for UpdateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
impl Default for UpdateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
Source§fn default() -> UpdateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
fn default() -> UpdateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
impl<'de> Deserialize<'de> for UpdateSetupIntentPaymentMethodOptionsUsBankAccountMandateOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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