pub struct DisputePaymentMethodDetailsPaypal {
pub case_id: Option<String>,
pub reason_code: Option<String>,
}
Fields§
§case_id: Option<String>
The ID of the dispute in PayPal.
reason_code: Option<String>
The reason for the dispute as defined by PayPal
Trait Implementations§
Source§impl Clone for DisputePaymentMethodDetailsPaypal
impl Clone for DisputePaymentMethodDetailsPaypal
Source§fn clone(&self) -> DisputePaymentMethodDetailsPaypal
fn clone(&self) -> DisputePaymentMethodDetailsPaypal
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 DisputePaymentMethodDetailsPaypal
impl FromValueOpt for DisputePaymentMethodDetailsPaypal
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for DisputePaymentMethodDetailsPaypal
impl RefUnwindSafe for DisputePaymentMethodDetailsPaypal
impl Send for DisputePaymentMethodDetailsPaypal
impl Sync for DisputePaymentMethodDetailsPaypal
impl Unpin for DisputePaymentMethodDetailsPaypal
impl UnwindSafe for DisputePaymentMethodDetailsPaypal
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