NAME

eBay::API::XML::Call::GetAccount::GetAccountResponseType

DESCRIPTION

Returns information about an eBay seller's own account.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetAccount::GetAccountResponseType inherits from the eBay::API::XML::ResponseDataType class

Subroutines:

setAccountEntries()

Contains individual account entries, according to the report's scope and date range. Each account entry represents one credit, debit, or administrative account action.

# Argument: 'ns:AccountEntriesType'

getAccountEntries()

Returned: Conditionally
#    Returns: 'ns:AccountEntriesType'

setAccountID()

Specifies the seller's unique account number.

# Argument: 'xs:string'

getAccountID()

Returned: Always
#    Returns: 'xs:string'

setAccountSummary()

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.

# Argument: 'ns:AccountSummaryType'

getAccountSummary()

Returned: Conditionally
#    Returns: 'ns:AccountSummaryType'

setCurrency()

Indicates the currency used for monetary amounts in the report.

# Argument: 'ns:CurrencyCodeType'

getCurrency()

Returned: Always
#    Returns: 'ns:CurrencyCodeType'

setEntriesPerPage()

Specifies the number of items that are being returned per virtual page of date. Value is the same as that specified in Pagination.EntriesPerPage.

# Argument: 'xs:int'

getEntriesPerPage()

Returned: Always
#    Returns: 'xs:int'

setHasMoreEntries()

Indicates whether there are more items yet to be retrieved. Additional calls must be made to retrieve those items.

# Argument: 'xs:boolean'

isHasMoreEntries()

Returned: Conditionally
#    Returns: 'xs:boolean'

setPageNumber()

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.)

# Argument: 'xs:int'

getPageNumber()

Returned: Always
#    Returns: 'xs:int'

setPaginationResult()

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.

# Argument: 'ns:PaginationResultType'

getPaginationResult()

Returned: Always
#    Returns: 'ns:PaginationResultType'