pub struct InvoicePaymentMethodOptionsAcssDebit {
pub mandate_options: Option<InvoicePaymentMethodOptionsAcssDebitMandateOptions>,
pub verification_method: Option<InvoicePaymentMethodOptionsAcssDebitVerificationMethod>,
}
Fields§
§mandate_options: Option<InvoicePaymentMethodOptionsAcssDebitMandateOptions>
§verification_method: Option<InvoicePaymentMethodOptionsAcssDebitVerificationMethod>
Bank account verification method.
Trait Implementations§
Source§impl Clone for InvoicePaymentMethodOptionsAcssDebit
impl Clone for InvoicePaymentMethodOptionsAcssDebit
Source§fn clone(&self) -> InvoicePaymentMethodOptionsAcssDebit
fn clone(&self) -> InvoicePaymentMethodOptionsAcssDebit
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 FromValueOpt for InvoicePaymentMethodOptionsAcssDebit
impl FromValueOpt for InvoicePaymentMethodOptionsAcssDebit
fn from_value(v: Value) -> Option<Self>
impl Copy for InvoicePaymentMethodOptionsAcssDebit
Auto Trait Implementations§
impl Freeze for InvoicePaymentMethodOptionsAcssDebit
impl RefUnwindSafe for InvoicePaymentMethodOptionsAcssDebit
impl Send for InvoicePaymentMethodOptionsAcssDebit
impl Sync for InvoicePaymentMethodOptionsAcssDebit
impl Unpin for InvoicePaymentMethodOptionsAcssDebit
impl UnwindSafe for InvoicePaymentMethodOptionsAcssDebit
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