Trading_ModifyNameType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ModifyNameType.h Trading_ModifyNameType.m |
Tasks
-
nameThe current name (e.g., Material) of a variation specific
property
in the active listing. If specified, NewName must also be specified. -
newNameThe new name (e.g., Fabric) of the variation specific you are
property
modifying.
If specified, Name must also be specified.
Also specify the new name (and omit the original name) in
VariationSpecificsSet.
After this change is made, GetItem only shows the new name in VariationSpecfiics.
Note that variations that were sold while they used the old name will also be changed to use the new name in eBay’s system. (This may change in the future.)
If you are making other changes to a variation (such as adding new
values or pictures), use consistent names to avoid unexpected
results. For example, specify the same new name to identify the
variation specific in VariationSpecifics and Pictures, (in addition to adding the new name here in ModifyNameList). -
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_ModifyNameType.hname
The current name (e.g., Material) of a variation specific
in the active listing. If specified, NewName must also be specified.
@property (nonatomic, retain) NSString *nameDiscussion
The current name (e.g., Material) of a variation specific
in the active listing. If specified, NewName must also be specified.
type : NSString, wrapper for primitive string
Declared In
Trading_ModifyNameType.hnewName
The new name (e.g., Fabric) of the variation specific you are
modifying.
If specified, Name must also be specified.
Also specify the new name (and omit the original name) in
VariationSpecificsSet.
After this change is made, GetItem only shows the new name in VariationSpecfiics.
Note that variations that were sold while they used the old name will also be changed to use the new name in eBay’s system. (This may change in the future.)
If you are making other changes to a variation (such as adding new
values or pictures), use consistent names to avoid unexpected
results. For example, specify the same new name to identify the
variation specific in VariationSpecifics and Pictures, (in addition to adding the new name here in ModifyNameList).
@property (nonatomic, retain) NSString *newNameDiscussion
The new name (e.g., Fabric) of the variation specific you are
modifying.
If specified, Name must also be specified.
Also specify the new name (and omit the original name) in
VariationSpecificsSet.
After this change is made, GetItem only shows the new name in VariationSpecfiics.
Note that variations that were sold while they used the old name will also be changed to use the new name in eBay’s system. (This may change in the future.)
If you are making other changes to a variation (such as adding new
values or pictures), use consistent names to avoid unexpected
results. For example, specify the same new name to identify the
variation specific in VariationSpecifics and Pictures, (in addition to adding the new name here in ModifyNameList).
type : NSString, wrapper for primitive string
Declared In
Trading_ModifyNameType.h