pub struct PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit {
pub custom_mandate_url: Option<String>,
pub interval_description: Option<String>,
pub payment_schedule: Option<PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebitPaymentSchedule>,
pub transaction_type: Option<PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebitTransactionType>,
}
Fields§
§custom_mandate_url: Option<String>
A URL for custom mandate text
interval_description: Option<String>
Description of the interval. Only required if the ‘payment_schedule’ parameter is ‘interval’ or ‘combined’.
payment_schedule: Option<PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebitPaymentSchedule>
Payment schedule for the mandate.
transaction_type: Option<PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebitTransactionType>
Transaction type of the mandate.
Trait Implementations§
Source§impl Clone for PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit
impl Clone for PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit
Source§fn clone(&self) -> PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit
fn clone(&self) -> PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit
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 PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit
impl FromValueOpt for PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit
impl RefUnwindSafe for PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit
impl Send for PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit
impl Sync for PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit
impl Unpin for PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit
impl UnwindSafe for PaymentIntentPaymentMethodOptionsMandateOptionsAcssDebit
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