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

Overview

Type that defines the SellerDiscount container, which contains the ID,
name, and amount of the seller discount.

@ingroup EBayAPIInterface

Tasks

  •   campaignID

    Unique identifier for a seller discount campaign. This ID is automatically
    created when the seller creates the discount campaign. This field is always returned
    with the SellerDiscount container.

    property
  •   campaignDisplayName

    The name of the seller discount campaign. This name is created by the seller. The name
    for a discount campaign is optional, so this field will only be returned with the
    SellerDiscount container if defined for the discount campaign.

    property
  •   itemDiscountAmount

    The dollar amount of the order line item discount. The original purchase price (denoted
    in OriginalItemPrice) will be reduced by this value.

    property
  •   shippingDiscountAmount

    The dollar amount of the shipping discount applied to the order line item. Note that
    shipping discounts have not yet been enabled for seller discount campaigns, so this
    field will not be returned until shipping discounts are enabled.

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

campaignDisplayName

The name of the seller discount campaign. This name is created by the seller. The name
for a discount campaign is optional, so this field will only be returned with the
SellerDiscount container if defined for the discount campaign.

@property (nonatomic, retain) NSString *campaignDisplayName

Discussion

The name of the seller discount campaign. This name is created by the seller. The name
for a discount campaign is optional, so this field will only be returned with the
SellerDiscount container if defined for the discount campaign.

type : NSString, wrapper for primitive string

Declared In

Trading_SellerDiscountType.h

campaignID

Unique identifier for a seller discount campaign. This ID is automatically
created when the seller creates the discount campaign. This field is always returned
with the SellerDiscount container.

@property (nonatomic, retain) NSNumber *campaignID

Discussion

Unique identifier for a seller discount campaign. This ID is automatically
created when the seller creates the discount campaign. This field is always returned
with the SellerDiscount container.

type : NSNumber, wrapper for primitive long

Declared In

Trading_SellerDiscountType.h

itemDiscountAmount

The dollar amount of the order line item discount. The original purchase price (denoted
in OriginalItemPrice) will be reduced by this value.

@property (nonatomic, retain) Trading_AmountType *itemDiscountAmount

Discussion

The dollar amount of the order line item discount. The original purchase price (denoted
in OriginalItemPrice) will be reduced by this value.

type : class Trading_AmountType

Declared In

Trading_SellerDiscountType.h

shippingDiscountAmount

The dollar amount of the shipping discount applied to the order line item. Note that
shipping discounts have not yet been enabled for seller discount campaigns, so this
field will not be returned until shipping discounts are enabled.

@property (nonatomic, retain) Trading_AmountType *shippingDiscountAmount

Discussion

The dollar amount of the shipping discount applied to the order line item. Note that
shipping discounts have not yet been enabled for seller discount campaigns, so this
field will not be returned until shipping discounts are enabled.

type : class Trading_AmountType

Declared In

Trading_SellerDiscountType.h