Trading_RecoupmentPolicyDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_RecoupmentPolicyDetailsType.h Trading_RecoupmentPolicyDetailsType.m |
Overview
Details the recoupment policy on this site. There are two sites involved in recoupment - the listing site
and the user registration site, each of which must agree before eBay enforces recoupment for a seller and listing.
@ingroup EBayAPIInterface
Tasks
-
enforcedOnListingSiteIndicates whether recoupment policy is enforced on the site on which the item is listed.
property -
enforcedOnRegistrationSiteIndicates whether recoupment policy is enforced on the registration site for which the call is made.
property -
detailVersionReturns the latest version number for this field. The version can be
property
used to determine if and when to refresh cached client data. -
updateTimeGives the time in GMT that the feature flags for the details were last
property
updated. This timestamp can be used to determine if and when to refresh
cached client data. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_RecoupmentPolicyDetailsType.hdetailVersion
Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.
@property (nonatomic, retain) NSString *detailVersionDiscussion
Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.
type : NSString, wrapper for primitive string
Declared In
Trading_RecoupmentPolicyDetailsType.henforcedOnListingSite
Indicates whether recoupment policy is enforced on the site on which the item is listed.
@property (nonatomic, retain) NSNumber *enforcedOnListingSiteDiscussion
Indicates whether recoupment policy is enforced on the site on which the item is listed.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_RecoupmentPolicyDetailsType.henforcedOnRegistrationSite
Indicates whether recoupment policy is enforced on the registration site for which the call is made.
@property (nonatomic, retain) NSNumber *enforcedOnRegistrationSiteDiscussion
Indicates whether recoupment policy is enforced on the registration site for which the call is made.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_RecoupmentPolicyDetailsType.hupdateTime
Gives the time in GMT that the feature flags for the details were last
updated. This timestamp can be used to determine if and when to refresh
cached client data.
@property (nonatomic, retain) NSDate *updateTimeDiscussion
Gives the time in GMT that the feature flags for the details were last
updated. This timestamp can be used to determine if and when to refresh
cached client data.
type : NSDate, wrapper for primitive date
Declared In
Trading_RecoupmentPolicyDetailsType.h