pub struct CreateCheckoutSessionWalletOptionsLink {
pub display: Option<CreateCheckoutSessionWalletOptionsLinkDisplay>,
}Expand description
contains details about the Link wallet options (Link is also known as Onelink in the UK).
Fields§
§display: Option<CreateCheckoutSessionWalletOptionsLinkDisplay>Specifies whether Checkout should display Link as a payment option.
By default, Checkout will display all the supported wallets that the Checkout Session was created with.
This is the auto behavior, and it is the default choice.
Implementations§
Trait Implementations§
Source§impl Clone for CreateCheckoutSessionWalletOptionsLink
impl Clone for CreateCheckoutSessionWalletOptionsLink
Source§fn clone(&self) -> CreateCheckoutSessionWalletOptionsLink
fn clone(&self) -> CreateCheckoutSessionWalletOptionsLink
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for CreateCheckoutSessionWalletOptionsLink
impl StructuralPartialEq for CreateCheckoutSessionWalletOptionsLink
Auto Trait Implementations§
impl Freeze for CreateCheckoutSessionWalletOptionsLink
impl RefUnwindSafe for CreateCheckoutSessionWalletOptionsLink
impl Send for CreateCheckoutSessionWalletOptionsLink
impl Sync for CreateCheckoutSessionWalletOptionsLink
impl Unpin for CreateCheckoutSessionWalletOptionsLink
impl UnsafeUnpin for CreateCheckoutSessionWalletOptionsLink
impl UnwindSafe for CreateCheckoutSessionWalletOptionsLink
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