Trading_GetAccountRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_GetAccountRequestType.h Trading_GetAccountRequestType.m |
Overview
Returns a seller’s invoice data for their eBay account, including the account's
summary data.
@ingroup EBayAPIInterface
Tasks
-
accountHistorySelectionSpecifies the report format in which to return account entries.
property -
invoiceDateSpecifies the month and year of the invoice requested. The report includes
property
only the entries that appear on the seller’s invoice in the specified month
and year. An entry can occur in one month and appear on the next month's
invoice. Used with SpecifiedInvoice reports. -
beginDateSpecifies the beginning of a date range during which a credit or debit
property
occurred. Used when AccountHistorySelection is BetweenSpecifiedDates. Value
must be less than or equal to the value specified in EndDate. The allowed
date formats are YYYY-MM-DD and YYYY-MM-DD HH:mm:ss. You can retrieve
information that is up to 4 months old. -
endDateSpecifies the end of a date range during which a credit or debit occurred.
property
Used when AccountHistorySelection is BetweenSpecifiedDates. Value must be
greater than or equal to the value specified in BeginDate. The allowed date
formats are YYYY-MM-DD and YYYY-MM-DD HH:mm:ss. -
paginationControls pagination of the response. For this request, the valid values of
property
Pagination.EntriesPerPage are 0 to 2000, with a default of 500. -
excludeBalanceSpecifies whether to calculate balances. Default is false, which calculates
property
balances. The value true means do not calculate balances. If true,
AccountEntry.Balance and AccountSummary.CurrentBalance are never returned
in the response. -
excludeSummarySpecifies whether to return account summary information in an
property
AccountSummary node. Default is true, to return AccountSummary. -
includeConversionRateSpecifies whether to retrieve the rate used for the currency conversion for usage transactions.
property -
accountEntrySortTypeSpecifies how account entries should be sorted in the response, by an
property
element and then in ascending or descending order. -
currencySpecifies the currency used in the account report. Do not specify Currency
property
in the request unless the following conditions are met. First, the user has
or had multiple accounts under the same UserID. Second, the account
identified in the request uses the currency you specify in the request. An
error is returned if no account is found that uses the currency you specify
in the request. -
itemIDSpecifies the item ID for which to return account entries. If ItemID is
property
used, all other filters in the request are ignored. If the specified item
does not exist or if the requesting user is not the seller of the item, an
error is returned.
Properties
accountEntrySortType
Specifies how account entries should be sorted in the response, by an
element and then in ascending or descending order.
@property (nonatomic, retain) NSString *accountEntrySortTypeDiscussion
Specifies how account entries should be sorted in the response, by an
element and then in ascending or descending order.
type: string constant in Trading_AccountEntrySortTypeCodeType.h
Declared In
Trading_GetAccountRequestType.haccountHistorySelection
Specifies the report format in which to return account entries.
@property (nonatomic, retain) NSString *accountHistorySelectionDiscussion
Specifies the report format in which to return account entries.
type: string constant in Trading_AccountHistorySelectionCodeType.h
Declared In
Trading_GetAccountRequestType.hbeginDate
Specifies the beginning of a date range during which a credit or debit
occurred. Used when AccountHistorySelection is BetweenSpecifiedDates. Value
must be less than or equal to the value specified in EndDate. The allowed
date formats are YYYY-MM-DD and YYYY-MM-DD HH:mm:ss. You can retrieve
information that is up to 4 months old.
@property (nonatomic, retain) NSDate *beginDateDiscussion
Specifies the beginning of a date range during which a credit or debit
occurred. Used when AccountHistorySelection is BetweenSpecifiedDates. Value
must be less than or equal to the value specified in EndDate. The allowed
date formats are YYYY-MM-DD and YYYY-MM-DD HH:mm:ss. You can retrieve
information that is up to 4 months old.
type : NSDate, wrapper for primitive date
Declared In
Trading_GetAccountRequestType.hcurrency
Specifies the currency used in the account report. Do not specify Currency
in the request unless the following conditions are met. First, the user has
or had multiple accounts under the same UserID. Second, the account
identified in the request uses the currency you specify in the request. An
error is returned if no account is found that uses the currency you specify
in the request.
@property (nonatomic, retain) NSString *currencyDiscussion
Specifies the currency used in the account report. Do not specify Currency
in the request unless the following conditions are met. First, the user has
or had multiple accounts under the same UserID. Second, the account
identified in the request uses the currency you specify in the request. An
error is returned if no account is found that uses the currency you specify
in the request.
type: string constant in Trading_CurrencyCodeType.h
Declared In
Trading_GetAccountRequestType.hendDate
Specifies the end of a date range during which a credit or debit occurred.
Used when AccountHistorySelection is BetweenSpecifiedDates. Value must be
greater than or equal to the value specified in BeginDate. The allowed date
formats are YYYY-MM-DD and YYYY-MM-DD HH:mm:ss.
@property (nonatomic, retain) NSDate *endDateDiscussion
Specifies the end of a date range during which a credit or debit occurred.
Used when AccountHistorySelection is BetweenSpecifiedDates. Value must be
greater than or equal to the value specified in BeginDate. The allowed date
formats are YYYY-MM-DD and YYYY-MM-DD HH:mm:ss.
type : NSDate, wrapper for primitive date
Declared In
Trading_GetAccountRequestType.hexcludeBalance
Specifies whether to calculate balances. Default is false, which calculates
balances. The value true means do not calculate balances. If true,
AccountEntry.Balance and AccountSummary.CurrentBalance are never returned
in the response.
@property (nonatomic, retain) NSNumber *excludeBalanceDiscussion
Specifies whether to calculate balances. Default is false, which calculates
balances. The value true means do not calculate balances. If true,
AccountEntry.Balance and AccountSummary.CurrentBalance are never returned
in the response.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetAccountRequestType.hexcludeSummary
Specifies whether to return account summary information in an
AccountSummary node. Default is true, to return AccountSummary.
@property (nonatomic, retain) NSNumber *excludeSummaryDiscussion
Specifies whether to return account summary information in an
AccountSummary node. Default is true, to return AccountSummary.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetAccountRequestType.hincludeConversionRate
Specifies whether to retrieve the rate used for the currency conversion for usage transactions.
@property (nonatomic, retain) NSNumber *includeConversionRateDiscussion
Specifies whether to retrieve the rate used for the currency conversion for usage transactions.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetAccountRequestType.hinvoiceDate
Specifies the month and year of the invoice requested. The report includes
only the entries that appear on the seller’s invoice in the specified month
and year. An entry can occur in one month and appear on the next month's
invoice. Used with SpecifiedInvoice reports.
@property (nonatomic, retain) NSDate *invoiceDateDiscussion
Specifies the month and year of the invoice requested. The report includes
only the entries that appear on the seller’s invoice in the specified month
and year. An entry can occur in one month and appear on the next month's
invoice. Used with SpecifiedInvoice reports.
type : NSDate, wrapper for primitive date
Declared In
Trading_GetAccountRequestType.hitemID
Specifies the item ID for which to return account entries. If ItemID is
used, all other filters in the request are ignored. If the specified item
does not exist or if the requesting user is not the seller of the item, an
error is returned.
@property (nonatomic, retain) NSString *itemIDDiscussion
Specifies the item ID for which to return account entries. If ItemID is
used, all other filters in the request are ignored. If the specified item
does not exist or if the requesting user is not the seller of the item, an
error is returned.
type : NSString, wrapper for primitive string
Declared In
Trading_GetAccountRequestType.hpagination
Controls pagination of the response. For this request, the valid values of
Pagination.EntriesPerPage are 0 to 2000, with a default of 500.
@property (nonatomic, retain) Trading_PaginationType *paginationDiscussion
Controls pagination of the response. For this request, the valid values of
Pagination.EntriesPerPage are 0 to 2000, with a default of 500.
type : class Trading_PaginationType
Declared In
Trading_GetAccountRequestType.h