pub struct RefundDestinationDetailsPaypal {
pub network_decline_code: Option<String>,
}
Fields§
§network_decline_code: Option<String>
For refunds declined by the network, a decline code provided by the network which indicates the reason the refund failed.
Trait Implementations§
Source§impl Clone for RefundDestinationDetailsPaypal
impl Clone for RefundDestinationDetailsPaypal
Source§fn clone(&self) -> RefundDestinationDetailsPaypal
fn clone(&self) -> RefundDestinationDetailsPaypal
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 moreAuto Trait Implementations§
impl Freeze for RefundDestinationDetailsPaypal
impl RefUnwindSafe for RefundDestinationDetailsPaypal
impl Send for RefundDestinationDetailsPaypal
impl Sync for RefundDestinationDetailsPaypal
impl Unpin for RefundDestinationDetailsPaypal
impl UnwindSafe for RefundDestinationDetailsPaypal
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