Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_GetShippingDiscountProfilesResponseType.h
Trading_GetShippingDiscountProfilesResponseType.m

Overview

Response to call of GetShippingDiscountProfiles.

@ingroup EBayAPIInterface

Tasks

  •   currencyID

    The three-digit code of the currency to be used for shipping cost discounts and
    insurance for combined payment orders. A discount profile can only be associated
    with a listing if the CurrencyID value of the profile matches the
    Item.Currency value specified in a listing.

    property
  •   flatShippingDiscount

    Details of an individual discount profile defined by the
    user for flat rate shipping–one for each profile defined by the user.
    Empty if no shipping discount profiles were defined.

    property
  •   calculatedShippingDiscount

    Details of an individual discount profile defined by the
    user for calculated shipping–one for each profile defined by the user.
    Empty if no shipping discount profiles were defined.

    property
  •   promotionalShippingDiscount

    Indicates whether the user defined a promotional discount (the discount is active
    as soon as it exists).

    property
  •   calculatedHandlingDiscount

    This container is used by the seller to specify/modify packaging and handling discounts that are applied
    for combined payment orders. This container is only returned if it is set for the Shipping Discount Profile.

    property
  •   promotionalShippingDiscountDetails

    The data for the specific promotional shipping discount.
    Returned only if it has been defined.

    property
  •   shippingInsurance

    The data for the domestic insurance for combined payment.
    Returned only if it has been defined.

    property
  •   internationalShippingInsurance

    The data for the international insurance for combined payment.
    Returned only if it has been defined.

    property
  •   combinedDuration

    This field indicates the number of days after the sale of an
    item in which the buyer or seller can combine multiple and mutual order
    line items into one Combined Payment order. In a Combined Payment order,
    the buyer makes one payment for all order line items, hence only unpaid
    order line items can be combined into a Combined Payment order.

    property

Properties

calculatedHandlingDiscount

This container is used by the seller to specify/modify packaging and handling discounts that are applied
for combined payment orders. This container is only returned if it is set for the Shipping Discount Profile.

@property (nonatomic, retain) Trading_CalculatedHandlingDiscountType *calculatedHandlingDiscount

Discussion

This container is used by the seller to specify/modify packaging and handling discounts that are applied
for combined payment orders. This container is only returned if it is set for the Shipping Discount Profile.

type : class Trading_CalculatedHandlingDiscountType

Declared In

Trading_GetShippingDiscountProfilesResponseType.h

calculatedShippingDiscount

Details of an individual discount profile defined by the
user for calculated shipping–one for each profile defined by the user.
Empty if no shipping discount profiles were defined.

@property (nonatomic, retain) Trading_CalculatedShippingDiscountType *calculatedShippingDiscount

Discussion

Details of an individual discount profile defined by the
user for calculated shipping–one for each profile defined by the user.
Empty if no shipping discount profiles were defined.

type : class Trading_CalculatedShippingDiscountType

Declared In

Trading_GetShippingDiscountProfilesResponseType.h

combinedDuration

This field indicates the number of days after the sale of an
item in which the buyer or seller can combine multiple and mutual order
line items into one Combined Payment order. In a Combined Payment order,
the buyer makes one payment for all order line items, hence only unpaid
order line items can be combined into a Combined Payment order.

@property (nonatomic, retain) NSString *combinedDuration

Discussion

This field indicates the number of days after the sale of an
item in which the buyer or seller can combine multiple and mutual order
line items into one Combined Payment order. In a Combined Payment order,
the buyer makes one payment for all order line items, hence only unpaid
order line items can be combined into a Combined Payment order.

type: string constant in Trading_CombinedPaymentPeriodCodeType.h

Declared In

Trading_GetShippingDiscountProfilesResponseType.h

currencyID

The three-digit code of the currency to be used for shipping cost discounts and
insurance for combined payment orders. A discount profile can only be associated
with a listing if the CurrencyID value of the profile matches the
Item.Currency value specified in a listing.

@property (nonatomic, retain) NSString *currencyID

Discussion

The three-digit code of the currency to be used for shipping cost discounts and
insurance for combined payment orders. A discount profile can only be associated
with a listing if the CurrencyID value of the profile matches the
Item.Currency value specified in a listing.

type: string constant in Trading_CurrencyCodeType.h

Declared In

Trading_GetShippingDiscountProfilesResponseType.h

flatShippingDiscount

Details of an individual discount profile defined by the
user for flat rate shipping–one for each profile defined by the user.
Empty if no shipping discount profiles were defined.

@property (nonatomic, retain) Trading_FlatShippingDiscountType *flatShippingDiscount

Discussion

Details of an individual discount profile defined by the
user for flat rate shipping–one for each profile defined by the user.
Empty if no shipping discount profiles were defined.

type : class Trading_FlatShippingDiscountType

Declared In

Trading_GetShippingDiscountProfilesResponseType.h

internationalShippingInsurance

The data for the international insurance for combined payment.
Returned only if it has been defined.

@property (nonatomic, retain) Trading_ShippingInsuranceType *internationalShippingInsurance

Discussion

The data for the international insurance for combined payment.
Returned only if it has been defined.

type : class Trading_ShippingInsuranceType

Declared In

Trading_GetShippingDiscountProfilesResponseType.h

promotionalShippingDiscount

Indicates whether the user defined a promotional discount (the discount is active
as soon as it exists).

@property (nonatomic, retain) NSNumber *promotionalShippingDiscount

Discussion

Indicates whether the user defined a promotional discount (the discount is active
as soon as it exists).

type : NSNumber, wrapper for primitive bool

Declared In

Trading_GetShippingDiscountProfilesResponseType.h

promotionalShippingDiscountDetails

The data for the specific promotional shipping discount.
Returned only if it has been defined.

@property (nonatomic, retain) Trading_PromotionalShippingDiscountDetailsType *promotionalShippingDiscountDetails

Discussion

The data for the specific promotional shipping discount.
Returned only if it has been defined.

type : class Trading_PromotionalShippingDiscountDetailsType

Declared In

Trading_GetShippingDiscountProfilesResponseType.h

shippingInsurance

The data for the domestic insurance for combined payment.
Returned only if it has been defined.

@property (nonatomic, retain) Trading_ShippingInsuranceType *shippingInsurance

Discussion

The data for the domestic insurance for combined payment.
Returned only if it has been defined.

type : class Trading_ShippingInsuranceType

Declared In

Trading_GetShippingDiscountProfilesResponseType.h