Trading_RefundDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_RefundDetailsType.h Trading_RefundDetailsType.m |
Overview
Type defining the ReturnPolicyDetails.Refund container that is
returned in GeteBayDetails. All of the values (along with descriptions
for each value) that can be used as a Refund Option when listing an item is returned
under the ReturnPolicyDetails.Refund container.
@ingroup EBayAPIInterface
Tasks
-
refundOption
Indicates how the seller will compensate the buyer for a returned item. This value can
property
be passed in the Add/Revise/Relist family of API calls.
Note:
As of version 771, listings created, revised, or relisted with
deprecated RefundOption and/or
ReturnsWithinOption values (using Add/Revise/Relist family of
API calls) will be blocked.
For RefundOption, the deprecated values are MerchandiseCredit
and Exchange. Instead of these deprecated values, the seller must
offer a MoneyBack or a MoneyBackOrExchange refund
option. Consider using the MoneyBackOrExchange option when you have
the depth of inventory to support an exchange for a different size, color, or undamaged
unit. Otherwise, use the MoneyBack option if you have limited
inventory.
-
description
Display string that applications can use to present RefundOption in
property
a more user-friendly format (such as in a drop-down list).
Not applicable as input to the AddItem family of calls. (Use RefundOption instead.) -
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_RefundDetailsType.h
description
Display string that applications can use to present RefundOption in
a more user-friendly format (such as in a drop-down list).
Not applicable as input to the AddItem family of calls. (Use RefundOption instead.)
@property (nonatomic, retain) NSString *description
Discussion
Display string that applications can use to present RefundOption in
a more user-friendly format (such as in a drop-down list).
Not applicable as input to the AddItem family of calls. (Use RefundOption instead.)
type : NSString, wrapper for primitive string
Declared In
Trading_RefundDetailsType.h
refundOption
Indicates how the seller will compensate the buyer for a returned item. This value can
be passed in the Add/Revise/Relist family of API calls.
Note:
As of version 771, listings created, revised, or relisted with
deprecated RefundOption and/or
ReturnsWithinOption values (using Add/Revise/Relist family of
API calls) will be blocked.
For RefundOption, the deprecated values are MerchandiseCredit
and Exchange. Instead of these deprecated values, the seller must
offer a MoneyBack or a MoneyBackOrExchange refund
option. Consider using the MoneyBackOrExchange option when you have
the depth of inventory to support an exchange for a different size, color, or undamaged
unit. Otherwise, use the MoneyBack option if you have limited
inventory.
@property (nonatomic, retain) NSString *refundOption
Discussion
Indicates how the seller will compensate the buyer for a returned item. This value can
be passed in the Add/Revise/Relist family of API calls.
Note:
As of version 771, listings created, revised, or relisted with
deprecated RefundOption and/or
ReturnsWithinOption values (using Add/Revise/Relist family of
API calls) will be blocked.
For RefundOption, the deprecated values are MerchandiseCredit
and Exchange. Instead of these deprecated values, the seller must
offer a MoneyBack or a MoneyBackOrExchange refund
option. Consider using the MoneyBackOrExchange option when you have
the depth of inventory to support an exchange for a different size, color, or undamaged
unit. Otherwise, use the MoneyBack option if you have limited
inventory.
type : NSString, wrapper for primitive string
Declared In
Trading_RefundDetailsType.h