pub struct MandateAcssDebit {
pub default_for: Option<Vec<MandateAcssDebitDefaultFor>>,
pub interval_description: Option<String>,
pub payment_schedule: MandateAcssDebitPaymentSchedule,
pub transaction_type: MandateAcssDebitTransactionType,
}
Fields§
§default_for: Option<Vec<MandateAcssDebitDefaultFor>>
List of Stripe products where this mandate can be selected automatically.
interval_description: Option<String>
Description of the interval. Only required if the ‘payment_schedule’ parameter is ‘interval’ or ‘combined’.
payment_schedule: MandateAcssDebitPaymentSchedule
Payment schedule for the mandate.
transaction_type: MandateAcssDebitTransactionType
Transaction type of the mandate.
Trait Implementations§
Source§impl Clone for MandateAcssDebit
impl Clone for MandateAcssDebit
Source§fn clone(&self) -> MandateAcssDebit
fn clone(&self) -> MandateAcssDebit
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 Debug for MandateAcssDebit
impl Debug for MandateAcssDebit
Source§impl Deserialize for MandateAcssDebit
impl Deserialize for MandateAcssDebit
Source§impl ObjectDeser for MandateAcssDebit
impl ObjectDeser for MandateAcssDebit
Auto Trait Implementations§
impl Freeze for MandateAcssDebit
impl RefUnwindSafe for MandateAcssDebit
impl Send for MandateAcssDebit
impl Sync for MandateAcssDebit
impl Unpin for MandateAcssDebit
impl UnwindSafe for MandateAcssDebit
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