Trading_FlatShippingDiscountType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_FlatShippingDiscountType.h Trading_FlatShippingDiscountType.m |
Overview
Details of an individual discount profile defined by the
user for flat rate shipping.
@ingroup EBayAPIInterface
Tasks
-
discountName
The type of discount or “rule” that is being used by the profile.
property
The value corresponding to the selected rule is set in the same-named field
of FlatShippingDiscount.DiscountProfile. All are “variable” rules, as
defined in the documentation on shipping discount profiles. -
discountProfile
Details of this particular flat rate shipping discount profile. If
property
ModifyActionCode is Modify, all details of the new version of the profile must
be provided. If ModifyActionCode is Delete, DiscountProfileID is required,
MappingDiscountProfileID is optional, and all other fields of DiscountProfile
are ignored. Restrictions of how many profiles you can have for a given
discount rule are discussed in the documentation on shipping discount
profiles. -
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_FlatShippingDiscountType.h
discountName
The type of discount or “rule” that is being used by the profile.
The value corresponding to the selected rule is set in the same-named field
of FlatShippingDiscount.DiscountProfile. All are “variable” rules, as
defined in the documentation on shipping discount profiles.
@property (nonatomic, retain) NSString *discountName
Discussion
The type of discount or “rule” that is being used by the profile.
The value corresponding to the selected rule is set in the same-named field
of FlatShippingDiscount.DiscountProfile. All are “variable” rules, as
defined in the documentation on shipping discount profiles.
type: string constant in Trading_DiscountNameCodeType.h
Declared In
Trading_FlatShippingDiscountType.h
discountProfile
Details of this particular flat rate shipping discount profile. If
ModifyActionCode is Modify, all details of the new version of the profile must
be provided. If ModifyActionCode is Delete, DiscountProfileID is required,
MappingDiscountProfileID is optional, and all other fields of DiscountProfile
are ignored. Restrictions of how many profiles you can have for a given
discount rule are discussed in the documentation on shipping discount
profiles.
@property (nonatomic, retain) NSMutableArray *discountProfile
Discussion
Details of this particular flat rate shipping discount profile. If
ModifyActionCode is Modify, all details of the new version of the profile must
be provided. If ModifyActionCode is Delete, DiscountProfileID is required,
MappingDiscountProfileID is optional, and all other fields of DiscountProfile
are ignored. Restrictions of how many profiles you can have for a given
discount rule are discussed in the documentation on shipping discount
profiles.
entry type : class Trading_DiscountProfileType
Declared In
Trading_FlatShippingDiscountType.h