Trading_GetAccountResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetAccountResponseType.h Trading_GetAccountResponseType.m |
Tasks
-
accountIDSpecifies the seller’s unique account number.
property -
accountSummaryContains summary data for the seller’s account, such as the overall
property
balance, bank account and credit card information, and amount and
date of any past due balances. Can also contain data for
one or more additional accounts, if the user has changed country
of residence. -
currencyIndicates the currency used for monetary amounts in the report.
property -
accountEntriesContains individual account entries, according to the report’s scope and date range.
property
Each account entry represents one credit, debit, or administrative account action. -
paginationResultContains the total number of pages (TotalNumberOfPages) and the total
property
number of account entries (TotalNumberOfEntries) that can be returned
on repeated calls with the same format and report criteria. -
hasMoreEntriesIndicates whether there are more items yet to be retrieved. Additional calls
property
must be made to retrieve those items. -
entriesPerPageSpecifies the number of items that are being returned per virtual page of date.
property
Value is the same as that specified in Pagination.EntriesPerPage. -
pageNumberIndicates which page of data was just returned. Value is the same as the value
property
specified in Pagination.PageNumber. If PageNumber in the request is higher than
the total number of pages, the call fails with an error.)
Properties
accountEntries
Contains individual account entries, according to the report’s scope and date range.
Each account entry represents one credit, debit, or administrative account action.
@property (nonatomic, retain) Trading_AccountEntriesType *accountEntriesDiscussion
Contains individual account entries, according to the report’s scope and date range.
Each account entry represents one credit, debit, or administrative account action.
type : class Trading_AccountEntriesType
Declared In
Trading_GetAccountResponseType.haccountID
Specifies the seller’s unique account number.
@property (nonatomic, retain) NSString *accountIDDiscussion
Specifies the seller’s unique account number.
type : NSString, wrapper for primitive string
Declared In
Trading_GetAccountResponseType.haccountSummary
Contains summary data for the seller’s account, such as the overall
balance, bank account and credit card information, and amount and
date of any past due balances. Can also contain data for
one or more additional accounts, if the user has changed country
of residence.
@property (nonatomic, retain) Trading_AccountSummaryType *accountSummaryDiscussion
Contains summary data for the seller’s account, such as the overall
balance, bank account and credit card information, and amount and
date of any past due balances. Can also contain data for
one or more additional accounts, if the user has changed country
of residence.
type : class Trading_AccountSummaryType
Declared In
Trading_GetAccountResponseType.hcurrency
Indicates the currency used for monetary amounts in the report.
@property (nonatomic, retain) NSString *currencyDiscussion
Indicates the currency used for monetary amounts in the report.
type: string constant in Trading_CurrencyCodeType.h
Declared In
Trading_GetAccountResponseType.hentriesPerPage
Specifies the number of items that are being returned per virtual page of date.
Value is the same as that specified in Pagination.EntriesPerPage.
@property (nonatomic, retain) NSNumber *entriesPerPageDiscussion
Specifies the number of items that are being returned per virtual page of date.
Value is the same as that specified in Pagination.EntriesPerPage.
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetAccountResponseType.hhasMoreEntries
Indicates whether there are more items yet to be retrieved. Additional calls
must be made to retrieve those items.
@property (nonatomic, retain) NSNumber *hasMoreEntriesDiscussion
Indicates whether there are more items yet to be retrieved. Additional calls
must be made to retrieve those items.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetAccountResponseType.hpageNumber
Indicates which page of data was just returned. Value is the same as the value
specified in Pagination.PageNumber. If PageNumber in the request is higher than
the total number of pages, the call fails with an error.)
@property (nonatomic, retain) NSNumber *pageNumberDiscussion
Indicates which page of data was just returned. Value is the same as the value
specified in Pagination.PageNumber. If PageNumber in the request is higher than
the total number of pages, the call fails with an error.)
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetAccountResponseType.hpaginationResult
Contains the total number of pages (TotalNumberOfPages) and the total
number of account entries (TotalNumberOfEntries) that can be returned
on repeated calls with the same format and report criteria.
@property (nonatomic, retain) Trading_PaginationResultType *paginationResultDiscussion
Contains the total number of pages (TotalNumberOfPages) and the total
number of account entries (TotalNumberOfEntries) that can be returned
on repeated calls with the same format and report criteria.
type : class Trading_PaginationResultType
Declared In
Trading_GetAccountResponseType.h