Trading_GetAccountResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_GetAccountResponseType.h Trading_GetAccountResponseType.m |
Tasks
-
accountID
Specifies the seller’s unique account number.
property -
accountSummary
Contains 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. -
currency
Indicates the currency used for monetary amounts in the report.
property -
accountEntries
Contains individual account entries, according to the report’s scope and date range.
property
Each account entry represents one credit, debit, or administrative account action. -
paginationResult
Contains 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. -
hasMoreEntries
Indicates whether there are more items yet to be retrieved. Additional calls
property
must be made to retrieve those items. -
entriesPerPage
Specifies the number of items that are being returned per virtual page of date.
property
Value is the same as that specified in Pagination.EntriesPerPage. -
pageNumber
Indicates 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 *accountEntries
Discussion
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.h
accountID
Specifies the seller’s unique account number.
@property (nonatomic, retain) NSString *accountID
Discussion
Specifies the seller’s unique account number.
type : NSString, wrapper for primitive string
Declared In
Trading_GetAccountResponseType.h
accountSummary
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 *accountSummary
Discussion
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.h
currency
Indicates the currency used for monetary amounts in the report.
@property (nonatomic, retain) NSString *currency
Discussion
Indicates the currency used for monetary amounts in the report.
type: string constant in Trading_CurrencyCodeType.h
Declared In
Trading_GetAccountResponseType.h
entriesPerPage
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 *entriesPerPage
Discussion
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.h
hasMoreEntries
Indicates whether there are more items yet to be retrieved. Additional calls
must be made to retrieve those items.
@property (nonatomic, retain) NSNumber *hasMoreEntries
Discussion
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.h
pageNumber
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 *pageNumber
Discussion
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.h
paginationResult
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 *paginationResult
Discussion
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