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
-
enforcedOnListingSite
Indicates whether recoupment policy is enforced on the site on which the item is listed.
property -
enforcedOnRegistrationSite
Indicates whether recoupment policy is enforced on the registration site for which the call is made.
property -
detailVersion
Returns the latest version number for this field. The version can be
property
used to determine if and when to refresh cached client data. -
updateTime
Gives 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 *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_RecoupmentPolicyDetailsType.h
detailVersion
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 *detailVersion
Discussion
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.h
enforcedOnListingSite
Indicates whether recoupment policy is enforced on the site on which the item is listed.
@property (nonatomic, retain) NSNumber *enforcedOnListingSite
Discussion
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.h
enforcedOnRegistrationSite
Indicates whether recoupment policy is enforced on the registration site for which the call is made.
@property (nonatomic, retain) NSNumber *enforcedOnRegistrationSite
Discussion
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.h
updateTime
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 *updateTime
Discussion
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