Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_UnpaidItemAssistancePreferencesType.h
Trading_UnpaidItemAssistancePreferencesType.m

Overview

This type defines the UnpaidItemAssistancePreferences container. This container is
used in SetUserPreferences to set the preferences related to the Unpaid Item
Assistant
feature. The UnpaidItemAssistancePreferences container is also returned in
GetUserPreferences (if the ShowUnpaidItemAssistancePreference flag is included and
set to true in the request).

@ingroup EBayAPIInterface

Tasks

  •   delayBeforeOpeningDispute

    This value indicates the number of days that should elapse before the Unpaid
    Item Assistant mechanism opens an Unpaid Item case on behalf of the seller.
    Valid values for this field are: 4, 8, 16, 24, and 32 (days). This field is
    ignored if the OptInStatus flag is included and set to false
    in the request, or if the seller is not currently opted into the Unpaid Item
    Assistant feature in Unpaid Item Assistant Preferences on My eBay.

    property
  •   optInStatus

    Flag to indicate whether or not the Unpaid Item Assistant mechanism is turned on
    for the seller. Through the Unpaid Item Assistant mechanism, eBay can
    automatically file Unpaid Item cases on behalf of the seller. The Unpaid Item
    Assistant feature also has options to automatically relist disputed items, to
    automatically request a Giving Works donation refund (for Charity listings
    only), or to create an ‘Exclusion list’ of buyers who are not subject to the
    automatic filing of an Unpaid Item case.

    property
  •   autoRelist

    Flag to indicate whether or not the seller wants eBay to automatically relist
    items after corresponding Unpaid Item cases are opened and closed through the
    Unpaid Item Assistant mechanism without payment. For a multi-quantity listing,
    the quantity is adjusted if AutoRelist is set to true.
    This field is ignored if the OptInStatus flag is included and
    set to false in the request, or if the seller is not currently opted into the
    Unpaid Item Assistant feature in Unpaid Item Assistant Preferences on My eBay.

    property
  •   removeAllExcludedUsers

    This field should be included and set to true if the seller wants to clear all
    users from the Unpaid Item Assistant Exclusion list. The Exclusion list can be
    viewed from the Unpaid Item Assistant Preferences in My eBay. Excluded users are
    not subject to the automatic filing of Unpaid Item cases. The seller can still
    open Unpaid Item cases against excluded users, but these cases must be opened
    manually.



    Users can be added to Exclusion list through the ExcludedUser
    field. The RemoveAllExcludedUsers field is ignored if the
    OptInStatus flag is included and set to false in the request,
    or if the seller is not currently opted into the Unpaid Item Assistant feature
    in Unpaid Item Assistant Preferences on My eBay.

    property
  •   excludedUser

    An eBay User ID for which the Unpaid Item Assistant mechanism is disabled. This
    field is typically used by a seller who would prefer to file an Unpaid Item
    dispute manually for the specified user.



    One or more ExcludedUser fields are used in
    SetUserPreferences to add users to Unpaid Item Assistant Exclusion
    list. Any and all ExcludedUser fields are ignored if the
    OptInStatus flag is included and set to false in the request,
    or if the seller is not currently opted into the Unpaid Item Assistant feature
    in Unpaid Item Assistant Preferences on My eBay.



    In GetUserPreferences, one or more ExcludedUser fields
    represent the current Excluded user list.

    property
  •   autoOptDonationRefund

    Flag to indicate whether or not the seller wants eBay to automatically request
    eBay Giving Works donation refunds after Unpaid Item cases are opened and closed
    through the Unpaid Item Assistant mechanism without payment. This setting is
    only applicable to eBay Charity listings. This field is ignored if the
    OptInStatus flag is included and set to false in the request, or if
    the seller is not currently opted into the Unpaid Item Assistant feature in
    Unpaid Item Assistant Preferences on My eBay.

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_UnpaidItemAssistancePreferencesType.h

autoOptDonationRefund

Flag to indicate whether or not the seller wants eBay to automatically request
eBay Giving Works donation refunds after Unpaid Item cases are opened and closed
through the Unpaid Item Assistant mechanism without payment. This setting is
only applicable to eBay Charity listings. This field is ignored if the
OptInStatus flag is included and set to false in the request, or if
the seller is not currently opted into the Unpaid Item Assistant feature in
Unpaid Item Assistant Preferences on My eBay.

@property (nonatomic, retain) NSNumber *autoOptDonationRefund

Discussion

Flag to indicate whether or not the seller wants eBay to automatically request
eBay Giving Works donation refunds after Unpaid Item cases are opened and closed
through the Unpaid Item Assistant mechanism without payment. This setting is
only applicable to eBay Charity listings. This field is ignored if the
OptInStatus flag is included and set to false in the request, or if
the seller is not currently opted into the Unpaid Item Assistant feature in
Unpaid Item Assistant Preferences on My eBay.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_UnpaidItemAssistancePreferencesType.h

autoRelist

Flag to indicate whether or not the seller wants eBay to automatically relist
items after corresponding Unpaid Item cases are opened and closed through the
Unpaid Item Assistant mechanism without payment. For a multi-quantity listing,
the quantity is adjusted if AutoRelist is set to true.
This field is ignored if the OptInStatus flag is included and
set to false in the request, or if the seller is not currently opted into the
Unpaid Item Assistant feature in Unpaid Item Assistant Preferences on My eBay.

@property (nonatomic, retain) NSNumber *autoRelist

Discussion

Flag to indicate whether or not the seller wants eBay to automatically relist
items after corresponding Unpaid Item cases are opened and closed through the
Unpaid Item Assistant mechanism without payment. For a multi-quantity listing,
the quantity is adjusted if AutoRelist is set to true.
This field is ignored if the OptInStatus flag is included and
set to false in the request, or if the seller is not currently opted into the
Unpaid Item Assistant feature in Unpaid Item Assistant Preferences on My eBay.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_UnpaidItemAssistancePreferencesType.h

delayBeforeOpeningDispute

This value indicates the number of days that should elapse before the Unpaid
Item Assistant mechanism opens an Unpaid Item case on behalf of the seller.
Valid values for this field are: 4, 8, 16, 24, and 32 (days). This field is
ignored if the OptInStatus flag is included and set to false
in the request, or if the seller is not currently opted into the Unpaid Item
Assistant feature in Unpaid Item Assistant Preferences on My eBay.

@property (nonatomic, retain) NSNumber *delayBeforeOpeningDispute

Discussion

This value indicates the number of days that should elapse before the Unpaid
Item Assistant mechanism opens an Unpaid Item case on behalf of the seller.
Valid values for this field are: 4, 8, 16, 24, and 32 (days). This field is
ignored if the OptInStatus flag is included and set to false
in the request, or if the seller is not currently opted into the Unpaid Item
Assistant feature in Unpaid Item Assistant Preferences on My eBay.

type : NSNumber, wrapper for primitive int

Declared In

Trading_UnpaidItemAssistancePreferencesType.h

excludedUser

An eBay User ID for which the Unpaid Item Assistant mechanism is disabled. This
field is typically used by a seller who would prefer to file an Unpaid Item
dispute manually for the specified user.



One or more ExcludedUser fields are used in
SetUserPreferences to add users to Unpaid Item Assistant Exclusion
list. Any and all ExcludedUser fields are ignored if the
OptInStatus flag is included and set to false in the request,
or if the seller is not currently opted into the Unpaid Item Assistant feature
in Unpaid Item Assistant Preferences on My eBay.



In GetUserPreferences, one or more ExcludedUser fields
represent the current Excluded user list.

@property (nonatomic, retain) NSMutableArray *excludedUser

Discussion

An eBay User ID for which the Unpaid Item Assistant mechanism is disabled. This
field is typically used by a seller who would prefer to file an Unpaid Item
dispute manually for the specified user.



One or more ExcludedUser fields are used in
SetUserPreferences to add users to Unpaid Item Assistant Exclusion
list. Any and all ExcludedUser fields are ignored if the
OptInStatus flag is included and set to false in the request,
or if the seller is not currently opted into the Unpaid Item Assistant feature
in Unpaid Item Assistant Preferences on My eBay.



In GetUserPreferences, one or more ExcludedUser fields
represent the current Excluded user list.

entry type : NSString, wrapper for primitive string

Declared In

Trading_UnpaidItemAssistancePreferencesType.h

optInStatus

Flag to indicate whether or not the Unpaid Item Assistant mechanism is turned on
for the seller. Through the Unpaid Item Assistant mechanism, eBay can
automatically file Unpaid Item cases on behalf of the seller. The Unpaid Item
Assistant feature also has options to automatically relist disputed items, to
automatically request a Giving Works donation refund (for Charity listings
only), or to create an ‘Exclusion list’ of buyers who are not subject to the
automatic filing of an Unpaid Item case.

@property (nonatomic, retain) NSNumber *optInStatus

Discussion

Flag to indicate whether or not the Unpaid Item Assistant mechanism is turned on
for the seller. Through the Unpaid Item Assistant mechanism, eBay can
automatically file Unpaid Item cases on behalf of the seller. The Unpaid Item
Assistant feature also has options to automatically relist disputed items, to
automatically request a Giving Works donation refund (for Charity listings
only), or to create an ‘Exclusion list’ of buyers who are not subject to the
automatic filing of an Unpaid Item case.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_UnpaidItemAssistancePreferencesType.h

removeAllExcludedUsers

This field should be included and set to true if the seller wants to clear all
users from the Unpaid Item Assistant Exclusion list. The Exclusion list can be
viewed from the Unpaid Item Assistant Preferences in My eBay. Excluded users are
not subject to the automatic filing of Unpaid Item cases. The seller can still
open Unpaid Item cases against excluded users, but these cases must be opened
manually.



Users can be added to Exclusion list through the ExcludedUser
field. The RemoveAllExcludedUsers field is ignored if the
OptInStatus flag is included and set to false in the request,
or if the seller is not currently opted into the Unpaid Item Assistant feature
in Unpaid Item Assistant Preferences on My eBay.

@property (nonatomic, retain) NSNumber *removeAllExcludedUsers

Discussion

This field should be included and set to true if the seller wants to clear all
users from the Unpaid Item Assistant Exclusion list. The Exclusion list can be
viewed from the Unpaid Item Assistant Preferences in My eBay. Excluded users are
not subject to the automatic filing of Unpaid Item cases. The seller can still
open Unpaid Item cases against excluded users, but these cases must be opened
manually.



Users can be added to Exclusion list through the ExcludedUser
field. The RemoveAllExcludedUsers field is ignored if the
OptInStatus flag is included and set to false in the request,
or if the seller is not currently opted into the Unpaid Item Assistant feature
in Unpaid Item Assistant Preferences on My eBay.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_UnpaidItemAssistancePreferencesType.h