Trading_UnpaidItemType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_UnpaidItemType.h Trading_UnpaidItemType.m |
Overview
Type defining the UnpaidItem container, which consists of
details related to the type and status of an Unpaid Item case.
@ingroup EBayAPIInterface
Tasks
-
statusThis field indicates the status of the Unpaid Item case. This field is always
property
returned with the UnpaidItem container. -
typeThis field indicates if the Unpaid Item case was opened manually by the customer or
property
opened automatically by eBay’s Unpaid Item Assistant feature. This field is always
returned with the UnpaidItem container. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDeclared In
Trading_UnpaidItemType.hstatus
This field indicates the status of the Unpaid Item case. This field is always
returned with the UnpaidItem container.
@property (nonatomic, retain) NSString *statusDiscussion
This field indicates the status of the Unpaid Item case. This field is always
returned with the UnpaidItem container.
type: string constant in Trading_UnpaidItemCaseStatusTypeCodeType.h
Declared In
Trading_UnpaidItemType.htype
This field indicates if the Unpaid Item case was opened manually by the customer or
opened automatically by eBay’s Unpaid Item Assistant feature. This field is always
returned with the UnpaidItem container.
@property (nonatomic, retain) NSString *typeDiscussion
This field indicates if the Unpaid Item case was opened manually by the customer or
opened automatically by eBay’s Unpaid Item Assistant feature. This field is always
returned with the UnpaidItem container.
type: string constant in Trading_UnpaidItemCaseOpenTypeCodeType.h
Declared In
Trading_UnpaidItemType.h