pub struct PaymentMethodDetailsAffirm {
pub transaction_id: Option<String>,
}
Fields§
§transaction_id: Option<String>
The Affirm transaction ID associated with this payment.
Trait Implementations§
Source§impl Clone for PaymentMethodDetailsAffirm
impl Clone for PaymentMethodDetailsAffirm
Source§fn clone(&self) -> PaymentMethodDetailsAffirm
fn clone(&self) -> PaymentMethodDetailsAffirm
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 PaymentMethodDetailsAffirm
impl Debug for PaymentMethodDetailsAffirm
Source§impl FromValueOpt for PaymentMethodDetailsAffirm
impl FromValueOpt for PaymentMethodDetailsAffirm
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsAffirm
impl RefUnwindSafe for PaymentMethodDetailsAffirm
impl Send for PaymentMethodDetailsAffirm
impl Sync for PaymentMethodDetailsAffirm
impl Unpin for PaymentMethodDetailsAffirm
impl UnwindSafe for PaymentMethodDetailsAffirm
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