Trading_SellerAccountDashboardType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_SellerAccountDashboardType.h Trading_SellerAccountDashboardType.m |
Overview
Type defining the SellerAccount container returned in the
GetSellerDashboard response.
@ingroup EBayAPIInterface
Tasks
-
status
This field indicates the status of your seller’s account. Specifically, you’ll find out if your
property
account is current and active, or if your account has a past due balance or is on
hold. For more details about your account, you can go to your Seller Account page
on the eBay site (login to My eBay), or you can call GetAccount. -
alert
The SellerAccount.Alert container is only returned if eBay has
property
posted one or more informational or warning messages to the seller’s account. -
any
(public property)
property
Properties
alert
The SellerAccount.Alert container is only returned if eBay has
posted one or more informational or warning messages to the seller’s account.
@property (nonatomic, retain) NSMutableArray *alert
Discussion
The SellerAccount.Alert container is only returned if eBay has
posted one or more informational or warning messages to the seller’s account.
entry type : class Trading_SellerDashboardAlertType
Declared In
Trading_SellerAccountDashboardType.h
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_SellerAccountDashboardType.h
status
This field indicates the status of your seller’s account. Specifically, you’ll find out if your
account is current and active, or if your account has a past due balance or is on
hold. For more details about your account, you can go to your Seller Account page
on the eBay site (login to My eBay), or you can call GetAccount.
@property (nonatomic, retain) NSString *status
Discussion
This field indicates the status of your seller’s account. Specifically, you’ll find out if your
account is current and active, or if your account has a past due balance or is on
hold. For more details about your account, you can go to your Seller Account page
on the eBay site (login to My eBay), or you can call GetAccount.
type: string constant in Trading_SellerAccountStatusCodeType.h
Declared In
Trading_SellerAccountDashboardType.h