Trading_BuyerProtectionDetailsType Class Reference
| 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
-
buyerProtectionSourceThis value indicates the type of buyer protection program applicable for the item.
property
This field is always returned with the ApplyBuyerProtection container. -
buyerProtectionStatusThis value indicates the item’s eligibility for the buyer protection program listed
property
in the ApplyBuyerProtection.BuyerProtectionSource field.
This field is always returned with the
ApplyBuyerProtection container. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_BuyerProtectionDetailsType.hbuyerProtectionSource
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 *buyerProtectionSourceDiscussion
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.hbuyerProtectionStatus
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 *buyerProtectionStatusDiscussion
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