Trading_AdditionalAccountType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_AdditionalAccountType.h Trading_AdditionalAccountType.m |
Overview
Contains the data for one additional account. An additional account is
created when the user has an active account and changes country of
registry (i.e., registers with the eBay site for the new country). A
new account is created and the old account becomes inactive as an
additional account. A user who never changes country of residency while
having an account will never have any additional accounts.
@ingroup EBayAPIInterface
Tasks
-
balance
Indicates the current balance of the additional account.
property -
currency
Indicates the currency in which monetary amounts for the additional account
property
are expressed. -
accountCode
Indicates the unique identifier for the additional account (the account ID).
property -
any
(public property)
property
Properties
accountCode
Indicates the unique identifier for the additional account (the account ID).
@property (nonatomic, retain) NSString *accountCode
Discussion
Indicates the unique identifier for the additional account (the account ID).
type : NSString, wrapper for primitive string
Declared In
Trading_AdditionalAccountType.h
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_AdditionalAccountType.h
balance
Indicates the current balance of the additional account.
@property (nonatomic, retain) Trading_AmountType *balance
Declared In
Trading_AdditionalAccountType.h
currency
Indicates the currency in which monetary amounts for the additional account
are expressed.
@property (nonatomic, retain) NSString *currency
Discussion
Indicates the currency in which monetary amounts for the additional account
are expressed.
type: string constant in Trading_CurrencyCodeType.h
Declared In
Trading_AdditionalAccountType.h