pub struct PaymentPagesCheckoutSessionPaymentMethodReuseAgreement {
pub position: PaymentPagesCheckoutSessionPaymentMethodReuseAgreementPosition,
}
Fields§
§position: PaymentPagesCheckoutSessionPaymentMethodReuseAgreementPosition
Determines the position and visibility of the payment method reuse agreement in the UI.
When set to auto
, Stripe’s defaults will be used.
When set to hidden
, the payment method reuse agreement text will always be hidden in the UI.
Trait Implementations§
Source§impl Clone for PaymentPagesCheckoutSessionPaymentMethodReuseAgreement
impl Clone for PaymentPagesCheckoutSessionPaymentMethodReuseAgreement
Source§fn clone(&self) -> PaymentPagesCheckoutSessionPaymentMethodReuseAgreement
fn clone(&self) -> PaymentPagesCheckoutSessionPaymentMethodReuseAgreement
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 PaymentPagesCheckoutSessionPaymentMethodReuseAgreement
impl FromValueOpt for PaymentPagesCheckoutSessionPaymentMethodReuseAgreement
fn from_value(v: Value) -> Option<Self>
impl Copy for PaymentPagesCheckoutSessionPaymentMethodReuseAgreement
Auto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionPaymentMethodReuseAgreement
impl RefUnwindSafe for PaymentPagesCheckoutSessionPaymentMethodReuseAgreement
impl Send for PaymentPagesCheckoutSessionPaymentMethodReuseAgreement
impl Sync for PaymentPagesCheckoutSessionPaymentMethodReuseAgreement
impl Unpin for PaymentPagesCheckoutSessionPaymentMethodReuseAgreement
impl UnwindSafe for PaymentPagesCheckoutSessionPaymentMethodReuseAgreement
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