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

Overview

Type defining the ApplyBuyerProtection container, which
consists of details related to whether or not the item is eligibile for buyer protection
and which of the buyer protection programs will cover the item.

@ingroup EBayAPIInterface

Tasks

  •   buyerProtectionSource

    This value indicates the type of buyer protection program applicable for the item.
    This field is always returned with the ApplyBuyerProtection container.

    property
  •   buyerProtectionStatus

    This value indicates the item’s eligibility for the buyer protection program listed
    in the ApplyBuyerProtection.BuyerProtectionSource field.
    This field is always returned with the
    ApplyBuyerProtection container.

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

buyerProtectionSource

This value indicates the type of buyer protection program applicable for the item.
This field is always returned with the ApplyBuyerProtection container.

@property (nonatomic, retain) NSString *buyerProtectionSource

Discussion

This value indicates the type of buyer protection program applicable for the item.
This field is always returned with the ApplyBuyerProtection container.

type: string constant in Trading_BuyerProtectionSourceCodeType.h

Declared In

Trading_BuyerProtectionDetailsType.h

buyerProtectionStatus

This value indicates the item’s eligibility for the buyer protection program listed
in the ApplyBuyerProtection.BuyerProtectionSource field.
This field is always returned with the
ApplyBuyerProtection container.

@property (nonatomic, retain) NSString *buyerProtectionStatus

Discussion

This value indicates the item’s eligibility for the buyer protection program listed
in the ApplyBuyerProtection.BuyerProtectionSource field.
This field is always returned with the
ApplyBuyerProtection container.

type: string constant in Trading_BuyerProtectionCodeType.h

Declared In

Trading_BuyerProtectionDetailsType.h