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

Overview

Type used to define all Combined Payment preferences, including preferences and
rules for Calculated and Flat Rate shipping, a flag to allow or disallow Combined
Payment orders, and the time period in which to allow buyers to combine multiple
purchases from the seller into a Combined Payment order.

@ingroup EBayAPIInterface

Tasks

  •   calculatedShippingPreferences

    DO NOT USE THIS CONTAINER. As an alternative, use
    SetShippingDiscountProfiles to set all Calculated Shipping rules and
    preferences, and use GetShippingDiscountProfiles to retrieve the same
    information.

    property
  •   combinedPaymentOption

    Specifies whether or not a seller wants to allow buyers to combine single
    order line items into a Combined Payment order. A Combined Payment order can
    be created by the buyer or seller if multiple unpaid order line items exist
    between the same buyer and seller. Often, a Combined Payment order can
    reduce shipping and handling expenses for the buyer and seller.

    property
  •   combinedPaymentPeriod

    DO NOT USE THIS FIELD. As an alternative, use the CombinedDuration field in
    SetShippingDiscountProfiles to specify the time period in which to allow
    buyers to combine order line items into a Combined Payment order. Use
    GetShippingDiscountProfiles to retrieve the CombinedDuration value.

    property
  •   flatShippingPreferences

    DO NOT USE THIS CONTAINER. As an alternative, use
    SetShippingDiscountProfiles to set all Flat Rate Shipping rules
    and preferences, and use GetShippingDiscountProfiles to retrieve
    the same information.

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

calculatedShippingPreferences

DO NOT USE THIS CONTAINER. As an alternative, use
SetShippingDiscountProfiles to set all Calculated Shipping rules and
preferences, and use GetShippingDiscountProfiles to retrieve the same
information.

@property (nonatomic, retain) Trading_CalculatedShippingPreferencesType *calculatedShippingPreferences

Discussion

DO NOT USE THIS CONTAINER. As an alternative, use
SetShippingDiscountProfiles to set all Calculated Shipping rules and
preferences, and use GetShippingDiscountProfiles to retrieve the same
information.

type : class Trading_CalculatedShippingPreferencesType

Declared In

Trading_CombinedPaymentPreferencesType.h

combinedPaymentOption

Specifies whether or not a seller wants to allow buyers to combine single
order line items into a Combined Payment order. A Combined Payment order can
be created by the buyer or seller if multiple unpaid order line items exist
between the same buyer and seller. Often, a Combined Payment order can
reduce shipping and handling expenses for the buyer and seller.

@property (nonatomic, retain) NSString *combinedPaymentOption

Discussion

Specifies whether or not a seller wants to allow buyers to combine single
order line items into a Combined Payment order. A Combined Payment order can
be created by the buyer or seller if multiple unpaid order line items exist
between the same buyer and seller. Often, a Combined Payment order can
reduce shipping and handling expenses for the buyer and seller.

type: string constant in Trading_CombinedPaymentOptionCodeType.h

Declared In

Trading_CombinedPaymentPreferencesType.h

combinedPaymentPeriod

DO NOT USE THIS FIELD. As an alternative, use the CombinedDuration field in
SetShippingDiscountProfiles to specify the time period in which to allow
buyers to combine order line items into a Combined Payment order. Use
GetShippingDiscountProfiles to retrieve the CombinedDuration value.

@property (nonatomic, retain) NSString *combinedPaymentPeriod

Discussion

DO NOT USE THIS FIELD. As an alternative, use the CombinedDuration field in
SetShippingDiscountProfiles to specify the time period in which to allow
buyers to combine order line items into a Combined Payment order. Use
GetShippingDiscountProfiles to retrieve the CombinedDuration value.

type: string constant in Trading_CombinedPaymentPeriodCodeType.h

Declared In

Trading_CombinedPaymentPreferencesType.h

flatShippingPreferences

DO NOT USE THIS CONTAINER. As an alternative, use
SetShippingDiscountProfiles to set all Flat Rate Shipping rules
and preferences, and use GetShippingDiscountProfiles to retrieve
the same information.

@property (nonatomic, retain) Trading_FlatShippingPreferencesType *flatShippingPreferences

Discussion

DO NOT USE THIS CONTAINER. As an alternative, use
SetShippingDiscountProfiles to set all Flat Rate Shipping rules
and preferences, and use GetShippingDiscountProfiles to retrieve
the same information.

type : class Trading_FlatShippingPreferencesType

Declared In

Trading_CombinedPaymentPreferencesType.h