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