Trading_CalculatedShippingDiscountType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_CalculatedShippingDiscountType.h Trading_CalculatedShippingDiscountType.m |
Overview
Details of an individual discount profile defined by the
user for calculated shipping.
@ingroup EBayAPIInterface
Tasks
-
discountNameThe type of discount or “rule” that is being used by the profile. Only
property
WeightOff is a “variable” rule, as defined in the documentation on shipping
discount profiles. -
discountProfileDetails of this particular calculated 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 *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_CalculatedShippingDiscountType.hdiscountName
The type of discount or “rule” that is being used by the profile. Only
WeightOff is a “variable” rule, as defined in the documentation on shipping
discount profiles.
@property (nonatomic, retain) NSString *discountNameDiscussion
The type of discount or “rule” that is being used by the profile. Only
WeightOff is a “variable” rule, as defined in the documentation on shipping
discount profiles.
type: string constant in Trading_DiscountNameCodeType.h
Declared In
Trading_CalculatedShippingDiscountType.hdiscountProfile
Details of this particular calculated 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 *discountProfileDiscussion
Details of this particular calculated 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_CalculatedShippingDiscountType.h