pub struct PaypalSellerProtection {
pub dispute_categories: Option<Vec<PaypalSellerProtectionDisputeCategories>>,
pub status: PaypalSellerProtectionStatus,
}
Fields§
§dispute_categories: Option<Vec<PaypalSellerProtectionDisputeCategories>>
An array of conditions that are covered for the transaction, if applicable.
status: PaypalSellerProtectionStatus
Indicates whether the transaction is eligible for PayPal’s seller protection.
Trait Implementations§
Source§impl Clone for PaypalSellerProtection
impl Clone for PaypalSellerProtection
Source§fn clone(&self) -> PaypalSellerProtection
fn clone(&self) -> PaypalSellerProtection
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 PaypalSellerProtection
impl Debug for PaypalSellerProtection
Source§impl Deserialize for PaypalSellerProtection
impl Deserialize for PaypalSellerProtection
Source§impl FromValueOpt for PaypalSellerProtection
impl FromValueOpt for PaypalSellerProtection
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaypalSellerProtection
impl RefUnwindSafe for PaypalSellerProtection
impl Send for PaypalSellerProtection
impl Sync for PaypalSellerProtection
impl Unpin for PaypalSellerProtection
impl UnwindSafe for PaypalSellerProtection
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