Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_SellerDiscountsType.h
Trading_SellerDiscountsType.m

Overview

Type defining the SellerDiscounts container, which consists of one or
more SellerDiscount nodes, as well as the original purchase price and
shipping cost of the order line item.

@ingroup EBayAPIInterface

Tasks

  •   originalItemPrice

    The original purchase price of the order line item (before any seller discounts are
    applied).

    property
  •   originalItemShippingCost

    The original shipping cost for the order line item. Note that shipping discounts have
    not yet been enabled for seller discount campaigns.

    property
  •   sellerDiscount

    A container consisting of name and ID of the seller’s discount campaign, as well as the
    discount amount that is being applied to the order line item. Note that shipping
    discounts have not yet been enabled for seller discount campaigns.

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

originalItemPrice

The original purchase price of the order line item (before any seller discounts are
applied).

@property (nonatomic, retain) Trading_AmountType *originalItemPrice

Discussion

The original purchase price of the order line item (before any seller discounts are
applied).

type : class Trading_AmountType

Declared In

Trading_SellerDiscountsType.h

originalItemShippingCost

The original shipping cost for the order line item. Note that shipping discounts have
not yet been enabled for seller discount campaigns.

@property (nonatomic, retain) Trading_AmountType *originalItemShippingCost

Discussion

The original shipping cost for the order line item. Note that shipping discounts have
not yet been enabled for seller discount campaigns.

type : class Trading_AmountType

Declared In

Trading_SellerDiscountsType.h

sellerDiscount

A container consisting of name and ID of the seller’s discount campaign, as well as the
discount amount that is being applied to the order line item. Note that shipping
discounts have not yet been enabled for seller discount campaigns.

@property (nonatomic, retain) NSMutableArray *sellerDiscount

Discussion

A container consisting of name and ID of the seller’s discount campaign, as well as the
discount amount that is being applied to the order line item. Note that shipping
discounts have not yet been enabled for seller discount campaigns.

entry type : class Trading_SellerDiscountType

Declared In

Trading_SellerDiscountsType.h