pub struct PaymentMethodDetailsPaymentRecordLink {
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 PaymentMethodDetailsPaymentRecordLink
impl Clone for PaymentMethodDetailsPaymentRecordLink
Source§fn clone(&self) -> PaymentMethodDetailsPaymentRecordLink
fn clone(&self) -> PaymentMethodDetailsPaymentRecordLink
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 PaymentMethodDetailsPaymentRecordLink
Source§impl FromValueOpt for PaymentMethodDetailsPaymentRecordLink
impl FromValueOpt for PaymentMethodDetailsPaymentRecordLink
fn from_value(v: Value) -> Option<Self>
impl StructuralPartialEq for PaymentMethodDetailsPaymentRecordLink
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsPaymentRecordLink
impl RefUnwindSafe for PaymentMethodDetailsPaymentRecordLink
impl Send for PaymentMethodDetailsPaymentRecordLink
impl Sync for PaymentMethodDetailsPaymentRecordLink
impl Unpin for PaymentMethodDetailsPaymentRecordLink
impl UnsafeUnpin for PaymentMethodDetailsPaymentRecordLink
impl UnwindSafe for PaymentMethodDetailsPaymentRecordLink
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