Trading_PaymentOptionDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_PaymentOptionDetailsType.h Trading_PaymentOptionDetailsType.m |
Overview
This type is deprecated; use
GetCategoryFeatures with PaymentMethods as a
FeatureID value in the request.
@ingroup EBayAPIInterface
Tasks
-
paymentOptionA payment method value defined in the schema.
property -
descriptionFull name of the payment method for display purposes.
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_PaymentOptionDetailsType.hdescription
Full name of the payment method for display purposes.
@property (nonatomic, retain) NSString *descriptionDiscussion
Full name of the payment method for display purposes.
type : NSString, wrapper for primitive string
Declared In
Trading_PaymentOptionDetailsType.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_PaymentOptionDetailsType.hpaymentOption
A payment method value defined in the schema.
@property (nonatomic, retain) NSString *paymentOptionDiscussion
A payment method value defined in the schema.
type: string constant in Trading_BuyerPaymentMethodCodeType.h
Declared In
Trading_PaymentOptionDetailsType.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_PaymentOptionDetailsType.h