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
-
balanceIndicates the current balance of the additional account.
property -
currencyIndicates the currency in which monetary amounts for the additional account
property
are expressed. -
accountCodeIndicates 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 *accountCodeDiscussion
Indicates the unique identifier for the additional account (the account ID).
type : NSString, wrapper for primitive string
Declared In
Trading_AdditionalAccountType.hany
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_AdditionalAccountType.hbalance
Indicates the current balance of the additional account.
@property (nonatomic, retain) Trading_AmountType *balanceDeclared In
Trading_AdditionalAccountType.hcurrency
Indicates the currency in which monetary amounts for the additional account
are expressed.
@property (nonatomic, retain) NSString *currencyDiscussion
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