Trading_ReturnsAcceptedDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_ReturnsAcceptedDetailsType.h Trading_ReturnsAcceptedDetailsType.m |
Overview
Type defining the ReturnPolicyDetails.ReturnsAccepted container that
is returned in GeteBayDetails. This container contains the values
that may be used in the ReturnPolicy.ReturnsAcceptedOption field of Add/Revise/Relist
API calls.
@ingroup EBayAPIInterface
Tasks
-
returnsAcceptedOption
Whether the seller allows the buyer to return the item.
property
This value can be passed in the AddItem family of calls. -
description
Display string that applications can use to present ReturnsAcceptedOption 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 ReturnsAcceptedOption 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_ReturnsAcceptedDetailsType.h
description
Display string that applications can use to present ReturnsAcceptedOption in
a more user-friendly format (such as in a drop-down list).
Not applicable as input to the AddItem family of calls. (Use ReturnsAcceptedOption instead.)
@property (nonatomic, retain) NSString *description
Discussion
Display string that applications can use to present ReturnsAcceptedOption in
a more user-friendly format (such as in a drop-down list).
Not applicable as input to the AddItem family of calls. (Use ReturnsAcceptedOption instead.)
type : NSString, wrapper for primitive string
Declared In
Trading_ReturnsAcceptedDetailsType.h
returnsAcceptedOption
Whether the seller allows the buyer to return the item.
This value can be passed in the AddItem family of calls.
@property (nonatomic, retain) NSString *returnsAcceptedOption
Discussion
Whether the seller allows the buyer to return the item.
This value can be passed in the AddItem family of calls.
type : NSString, wrapper for primitive string
Declared In
Trading_ReturnsAcceptedDetailsType.h