pub struct PaymentPagesCheckoutSessionCustomText {
pub after_submit: Option<PaymentPagesCheckoutSessionCustomTextPosition>,
pub shipping_address: Option<PaymentPagesCheckoutSessionCustomTextPosition>,
pub submit: Option<PaymentPagesCheckoutSessionCustomTextPosition>,
pub terms_of_service_acceptance: Option<PaymentPagesCheckoutSessionCustomTextPosition>,
}
Fields§
§after_submit: Option<PaymentPagesCheckoutSessionCustomTextPosition>
Custom text that should be displayed after the payment confirmation button.
shipping_address: Option<PaymentPagesCheckoutSessionCustomTextPosition>
Custom text that should be displayed alongside shipping address collection.
submit: Option<PaymentPagesCheckoutSessionCustomTextPosition>
Custom text that should be displayed alongside the payment confirmation button.
terms_of_service_acceptance: Option<PaymentPagesCheckoutSessionCustomTextPosition>
Custom text that should be displayed in place of the default terms of service agreement text.
Trait Implementations§
Source§impl Clone for PaymentPagesCheckoutSessionCustomText
impl Clone for PaymentPagesCheckoutSessionCustomText
Source§fn clone(&self) -> PaymentPagesCheckoutSessionCustomText
fn clone(&self) -> PaymentPagesCheckoutSessionCustomText
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 moreAuto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionCustomText
impl RefUnwindSafe for PaymentPagesCheckoutSessionCustomText
impl Send for PaymentPagesCheckoutSessionCustomText
impl Sync for PaymentPagesCheckoutSessionCustomText
impl Unpin for PaymentPagesCheckoutSessionCustomText
impl UnwindSafe for PaymentPagesCheckoutSessionCustomText
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