pub struct PaymentMethodDetailsLink {
pub country: Option<String>,
}
Fields§
§country: Option<String>
Two-letter ISO code representing the funding source country beneath the Link payment. You could use this attribute to get a sense of international fees.
Trait Implementations§
Source§impl Clone for PaymentMethodDetailsLink
impl Clone for PaymentMethodDetailsLink
Source§fn clone(&self) -> PaymentMethodDetailsLink
fn clone(&self) -> PaymentMethodDetailsLink
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 Debug for PaymentMethodDetailsLink
impl Debug for PaymentMethodDetailsLink
Source§impl FromValueOpt for PaymentMethodDetailsLink
impl FromValueOpt for PaymentMethodDetailsLink
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsLink
impl RefUnwindSafe for PaymentMethodDetailsLink
impl Send for PaymentMethodDetailsLink
impl Sync for PaymentMethodDetailsLink
impl Unpin for PaymentMethodDetailsLink
impl UnwindSafe for PaymentMethodDetailsLink
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