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
-
status
This field indicates the status of the Unpaid Item case. This field is always
property
returned with the UnpaidItem container. -
type
This 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 *any
Declared In
Trading_UnpaidItemType.h
status
This field indicates the status of the Unpaid Item case. This field is always
returned with the UnpaidItem container.
@property (nonatomic, retain) NSString *status
Discussion
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.h
type
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 *type
Discussion
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