pub struct PaymentLinksResourceCompletionBehaviorConfirmationPage {
pub custom_message: Option<String>,
}
Fields§
§custom_message: Option<String>
The custom message that is displayed to the customer after the purchase is complete.
Trait Implementations§
Source§impl Clone for PaymentLinksResourceCompletionBehaviorConfirmationPage
impl Clone for PaymentLinksResourceCompletionBehaviorConfirmationPage
Source§fn clone(&self) -> PaymentLinksResourceCompletionBehaviorConfirmationPage
fn clone(&self) -> PaymentLinksResourceCompletionBehaviorConfirmationPage
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 PaymentLinksResourceCompletionBehaviorConfirmationPage
impl FromValueOpt for PaymentLinksResourceCompletionBehaviorConfirmationPage
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentLinksResourceCompletionBehaviorConfirmationPage
impl RefUnwindSafe for PaymentLinksResourceCompletionBehaviorConfirmationPage
impl Send for PaymentLinksResourceCompletionBehaviorConfirmationPage
impl Sync for PaymentLinksResourceCompletionBehaviorConfirmationPage
impl Unpin for PaymentLinksResourceCompletionBehaviorConfirmationPage
impl UnwindSafe for PaymentLinksResourceCompletionBehaviorConfirmationPage
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