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

  •   discountName

    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
  •   discountProfile

    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
  •   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_CalculatedShippingDiscountType.h

discountName

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 *discountName

Discussion

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.h

discountProfile

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 *discountProfile

Discussion

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