Trading_WarrantyOfferedDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_WarrantyOfferedDetailsType.h Trading_WarrantyOfferedDetailsType.m |
Tasks
-
warrantyOfferedOption
Whether the item includes a warranty.
property
This value can be passed in the AddItem family of calls. -
description
Display string that applications can use to present the “warranty offered” options 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 WarrantyOfferedOption 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_WarrantyOfferedDetailsType.h
description
Display string that applications can use to present the “warranty offered” options in
a more user-friendly format (such as in a drop-down list).
Not applicable as input to the AddItem family of calls. (Use WarrantyOfferedOption instead.)
@property (nonatomic, retain) NSString *description
Discussion
Display string that applications can use to present the “warranty offered” options in
a more user-friendly format (such as in a drop-down list).
Not applicable as input to the AddItem family of calls. (Use WarrantyOfferedOption instead.)
type : NSString, wrapper for primitive string
Declared In
Trading_WarrantyOfferedDetailsType.h
warrantyOfferedOption
Whether the item includes a warranty.
This value can be passed in the AddItem family of calls.
@property (nonatomic, retain) NSString *warrantyOfferedOption
Discussion
Whether the item includes a warranty.
This value can be passed in the AddItem family of calls.
type : NSString, wrapper for primitive string
Declared In
Trading_WarrantyOfferedDetailsType.h